Specifies the maximum length, in bytes, of a value for a property that returns a BINARY data type.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property MaximumLengthBinary As Nullable(Of Integer)
C#
Nullable<int> MaximumLengthBinary { get; }
C++
property Nullable<int> MaximumLengthBinary abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_MaximumLengthBinary();
JScript
public function get MaximumLengthBinary() : Nullable<int>

Remarks

See Also