LicensedAccountUser.AvailableLicenses Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property AvailableLicenses As List(Of AccountUserLicense)
public List<AccountUserLicense> AvailableLicenses { get; set; }
public:
property List<AccountUserLicense^>^ AvailableLicenses {
List<AccountUserLicense^>^ get ();
void set (List<AccountUserLicense^>^ value);
}
member AvailableLicenses : List<AccountUserLicense> with get, set
function get AvailableLicenses () : List<AccountUserLicense>
function set AvailableLicenses (value : List<AccountUserLicense>)
Property Value
Type: System.Collections.Generic.List<AccountUserLicense>
.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.