Specifies the maximum value for a property that returns a DOUBLE data type.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyMaximumFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyMaximumFloat64 { get; }
C++
property Nullable<double> PropertyMaximumFloat64 abstract  {
    Nullable<double> get();
}
J#
/** property */
public Nullable<double> get_PropertyMaximumFloat64();
JScript
public function get PropertyMaximumFloat64() : Nullable<double>

Remarks

See Also