Share via


AccountUserLicense.Source Property

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property Source As LicensingSource
public LicensingSource Source { get; set; }
public:
property LicensingSource Source {
    LicensingSource get ();
    void set (LicensingSource value);
}
member Source : LicensingSource with get, set
function get Source () : LicensingSource 
function set Source (value : LicensingSource)

Property Value

Type: Microsoft.VisualStudio.Services.Licensing.LicensingSource

.NET Framework Security

See Also

Reference

AccountUserLicense Class

Microsoft.VisualStudio.Services.Licensing Namespace