Specifies the minimum value for a property that returns a LONG data type.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property PropertyMinimumInteger32 As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> PropertyMinimumInteger32 { get; set; } |
| Visual C++ |
|---|
property Nullable<int> PropertyMinimumInteger32 { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_propertyMinimumInteger32(); function set_propertyMinimumInteger32(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ