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.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also