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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property MaximumLengthBinary As Nullable(Of Integer)
C#
Nullable<int> MaximumLengthBinary { get; }
Visual C++
property Nullable<int> MaximumLengthBinary {
	Nullable<int> get ();
}
JavaScript
function get_maximumLengthBinary();

ToggleRemarks

ToggleSee Also