AccountLicenseUsage.License Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property License As AccountUserLicense
public AccountUserLicense License { get; set; }
public:
property AccountUserLicense^ License {
AccountUserLicense^ get ();
void set (AccountUserLicense^ value);
}
member License : AccountUserLicense with get, set
function get License () : AccountUserLicense
function set License (value : AccountUserLicense)
Property Value
Type: Microsoft.VisualStudio.Services.Licensing.AccountUserLicense
.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.