Share via


AccountUser.ServiceRights Property

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

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := True)> _
Public Property ServiceRights As AccountServiceRights
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)]
public AccountServiceRights ServiceRights { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)]
public:
property AccountServiceRights ServiceRights {
    AccountServiceRights get ();
    void set (AccountServiceRights value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)>]
member ServiceRights : AccountServiceRights with get, set
function get ServiceRights () : AccountServiceRights 
function set ServiceRights (value : AccountServiceRights)

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountServiceRights

.NET Framework Security

See Also

Reference

AccountUser Class

Microsoft.VisualStudio.Services.Account Namespace