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

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyMinimumFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyMinimumFloat64 { get; }
Visual C++
property Nullable<double> PropertyMinimumFloat64 {
	Nullable<double> get ();
}
JavaScript
function get_propertyMinimumFloat64();

ToggleRemarks

ToggleSee Also