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