Specifies the default 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 PropertyDefaultFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyDefaultFloat64 { get; set; }
Visual C++
property Nullable<double> PropertyDefaultFloat64 {
	Nullable<double> get ();
	void set (Nullable<double> value);
}
JavaScript
function get_propertyDefaultFloat64();
function set_propertyDefaultFloat64(value);

ToggleRemarks

ToggleSee Also