Specifies the minimum 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 PropertyMinimumInteger32 As Nullable(Of Integer)
C#
Nullable<int> PropertyMinimumInteger32 { get; }
Visual C++
property Nullable<int> PropertyMinimumInteger32 {
	Nullable<int> get ();
}
JavaScript
function get_propertyMinimumInteger32();

ToggleRemarks

ToggleSee Also