Gets whether the user account is closed
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public bool IsClosed { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property IsClosed As Boolean |
Visual C++ |
---|
public:
property bool IsClosed {
bool get ();
void set (bool value);
} |
See Also