CIS Web Services Documentation
Status of the account

Namespace: CISService
Assembly: CISService (in CISService.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Status { get; set; }
Public Property Status As Integer
	Get
	Set
public:
property int Status {
	int get ();
	void set (int value);
}

Examples

0 for active, 1 for hidden, 2 for deleted

See Also