Specifies the maximum value for a property that returns a LONG data type.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also