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


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

Syntax

Visual Basic (Declaration)
Property PropertyDefaultFloat64 As Nullable(Of Double)
C#
Nullable<double> PropertyDefaultFloat64 { get; set; }
C++
property Nullable<double> PropertyDefaultFloat64 abstract  {
    Nullable<double> get();
    void set(Nullable<doublevalue);
}
J#
/** property */
public Nullable<double> get_PropertyDefaultFloat64();

/** property */
public void set_PropertyDefaultFloat64(Nullable<doublevalue);
JScript
public function get PropertyDefaultFloat64() : Nullable<double>

public function set PropertyDefaultFloat64(value : Nullable<double>);

Remarks

See Also