Locates a PropertyBoolean 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 GetBooleanValue ( _
propertyName As String _
) As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> GetBooleanValue(
string propertyName
) |
Visual C++ |
---|
Nullable<bool> GetBooleanValue(
String^ propertyName
) |
JavaScript |
---|
function getBooleanValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
Boolean specifying the value of the property.