AccountLicense.License Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public ReadOnly Property License As AccountLicenseType
public AccountLicenseType License { get; }
public:
property AccountLicenseType License {
AccountLicenseType get ();
}
member License : AccountLicenseType with get
function get License () : AccountLicenseType
Property Value
Type: Microsoft.VisualStudio.Services.Licensing.AccountLicenseType
.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.