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