The status of the profile.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Status() As String
|
| [C#] |
|---|
public string Status {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Status();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Status(
|
| [Java] |
|---|
public String getStatus();
|