Specifies the default 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 PropertyDefaultFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyDefaultFloat64 { get; }
C++
property Nullable<double> PropertyDefaultFloat64 abstract  {
    Nullable<double> get();
}
J#
/** property */
public Nullable<double> get_PropertyDefaultFloat64();
JScript
public function get PropertyDefaultFloat64() : Nullable<double>

Remarks

See Also