Returns the value held by the Content Engine property represented by this PropertyString object.


Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function GetStringValue() As String
C#
string GetStringValue()
C++
String GetStringValue() abstract 
J#
string GetStringValue()
JScript
function GetStringValue() : String

Return Value

A String specifying the property value.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyString.

See Also