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)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also