Specifies the maximum 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 PropertyMaximumInteger32 As Nullable(Of Integer)
C#
Nullable<int> PropertyMaximumInteger32 { get; }
C++
property Nullable<int> PropertyMaximumInteger32 abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_PropertyMaximumInteger32();
JScript
public function get PropertyMaximumInteger32() : Nullable<int>

Remarks

See Also