Returns the value held by the Content Engine property represented by this
object.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetInteger32Value() As Nullable(Of Integer) |
C# |
---|
Nullable<int> GetInteger32Value() |
C++ |
---|
Nullable<int> GetInteger32Value() abstract |
J# |
---|
Nullable<int> GetInteger32Value() |
JScript |
---|
function GetInteger32Value() : Nullable<int> |
Return Value
An
specifying the property value.
Exceptions
Exception Type | Condition |
---|---|
API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a object type other than . |