Specifies the minimum 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 PropertyMinimumFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyMinimumFloat64 { get; set; }
Visual C++
property Nullable<double> PropertyMinimumFloat64 {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
JavaScript
function get_propertyMinimumFloat64();
function set_propertyMinimumFloat64(value);

ToggleRemarks

ToggleSee Also