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
- 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.