Locates a PropertyString property by name in this Properties collection and returns the value it holds.


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

Syntax

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

Parameters

propertyName
A String specifying a property name.

Return Value

A String specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyString instance.

See Also