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