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