Locates a PropertyInteger32 property by name in this Properties
collection and returns the value it holds.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Function GetInteger32Value ( _
propertyName As String _
) As Nullable(Of Integer) |
C# |
---|
Nullable<int> GetInteger32Value(
string propertyName
) |
Visual C++ |
---|
Nullable<int> GetInteger32Value(
String^ propertyName
) |
JavaScript |
---|
function getInteger32Value(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
An
Integer specifying the value of the property.