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


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

Syntax

Visual Basic (Declaration)
Function GetIdValue() As Id
C#
Id GetIdValue()
C++
Id GetIdValue() abstract 
J#
Id GetIdValue()
JScript
function GetIdValue() : Id

Return Value

An Id object specifying the property value.

Exceptions

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

See Also