Share via


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

See Also

Reference

AccountEntitlement Class

Microsoft.VisualStudio.Services.Licensing Namespace