AccountEntitlement.Source Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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
- 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.