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


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

Syntax

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

/** property */
public void set_PropertyMinimumInteger32(Nullable<intvalue);
JScript
public function get PropertyMinimumInteger32() : Nullable<int>

public function set PropertyMinimumInteger32(value : Nullable<int>);

Remarks

See Also