Specifies the default 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 PropertyDefaultInteger32 As Nullable(Of Integer)
C#
Nullable<int> PropertyDefaultInteger32 { get; set; }
C++
property Nullable<int> PropertyDefaultInteger32 abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_PropertyDefaultInteger32();

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

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

Remarks

See Also