Gets or sets 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( BSTR * pVal ); |
[Java] |
---|
public String getStatus(); |