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)

ToggleSyntax

Visual Basic (Declaration)
Property MaximumLengthString As Nullable(Of Integer)
C#
Nullable<int> MaximumLengthString { get; set; }
Visual C++
property Nullable<int> MaximumLengthString {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_maximumLengthString();
function set_maximumLengthString(value);

ToggleRemarks

ToggleSee Also