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


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyMinimumInteger32 As Nullable(Of Integer)
C#
Nullable<int> PropertyMinimumInteger32 { get; }
C++
property Nullable<int> PropertyMinimumInteger32 abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_PropertyMinimumInteger32();
JScript
public function get PropertyMinimumInteger32() : Nullable<int>

Remarks

See Also