Share via


Account.StatusReason Property

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property StatusReason As String
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string StatusReason { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ StatusReason {
    String^ get ();
    internal: void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member StatusReason : string with get, internal set
function get StatusReason () : String 
internal function set StatusReason (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Account Class

Microsoft.VisualStudio.Services.Account Namespace