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