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

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property PropertyMaximumFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyMaximumFloat64 { get; set; }
Visual C++
property Nullable<double> PropertyMaximumFloat64 {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
JavaScript
function get_propertyMaximumFloat64();
function set_propertyMaximumFloat64(value);

ToggleRemarks

ToggleSee Also