Specifies the maximum length, in characters (excluding the null terminator), of a value for a property that returns a STRING data type.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaximumLengthString As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaximumLengthString { get; set; } |
C++ |
---|
property Nullable<int> MaximumLengthString abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaximumLengthString(); /** property */ public void set_MaximumLengthString(Nullable<int> value); |
JScript |
---|
public function get MaximumLengthString() : Nullable<int> public function set MaximumLengthString(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 64
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ