Specifies the maximum 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 PropertyMaximumFloat64 As Nullable(Of Double) |
C# |
---|
Nullable<double> PropertyMaximumFloat64 { get; set; } |
C++ |
---|
property Nullable<double> PropertyMaximumFloat64 abstract { Nullable<double> get(); void set(Nullable<double> value); } |
J# |
---|
/** property */ public Nullable<double> get_PropertyMaximumFloat64(); /** property */ public void set_PropertyMaximumFloat64(Nullable<double> value); |
JScript |
---|
public function get PropertyMaximumFloat64() : Nullable<double> public function set PropertyMaximumFloat64(value : Nullable<double>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: DOUBLE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ