Status Property
The status of the profile.
Syntax
public int getStatus();
Enumerated values: public final static int psActive = 0; public final static int psPending = 1; public final static int psCancelled = 2; public final static int psSuspended = 3; public final static int psExpired = 4;
Remarks
This property will contain the status of the profile after a call to GetProfile.
This property is read-only.
Default Value
0