Share via


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

See Also

Reference

AccountLicenseUsage Class

Microsoft.VisualStudio.Services.Licensing Namespace