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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also