AccountRightsValidation.AccountRights Property
Namespace: Microsoft.VisualStudio.Services.Compliance
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property AccountRights As VisualStudioOnlineServiceLevel
public VisualStudioOnlineServiceLevel AccountRights { get; set; }
public:
property VisualStudioOnlineServiceLevel AccountRights {
VisualStudioOnlineServiceLevel get ();
void set (VisualStudioOnlineServiceLevel value);
}
member AccountRights : VisualStudioOnlineServiceLevel with get, set
function get AccountRights () : VisualStudioOnlineServiceLevel
function set AccountRights (value : VisualStudioOnlineServiceLevel)
Property Value
Type: Microsoft.VisualStudio.Services.Licensing.VisualStudioOnlineServiceLevel
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.