License.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; private set; }
public:
property LicensingSource Source {
    LicensingSource get ();
    private: void set (LicensingSource value);
}
member Source : LicensingSource with get, private set
function get Source () : LicensingSource 
private function set Source (value : LicensingSource)

Property Value

Type: Microsoft.VisualStudio.Services.Licensing.LicensingSource

.NET Framework Security

See Also

Reference

License Class

Microsoft.VisualStudio.Services.Licensing Namespace