AccountUser.LicenseSource Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := True)> _
Public Property LicenseSource As AccountLicenseSource
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)]
public AccountLicenseSource LicenseSource { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)]
public:
property AccountLicenseSource LicenseSource {
AccountLicenseSource get ();
void set (AccountLicenseSource value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = true)>]
member LicenseSource : AccountLicenseSource with get, set
function get LicenseSource () : AccountLicenseSource
function set LicenseSource (value : AccountLicenseSource)
Property Value
Type: Microsoft.VisualStudio.Services.Account.AccountLicenseSource
.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.