Share via


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

See Also

Reference

LicensedAccountUser Class

Microsoft.VisualStudio.Services.Licensing Namespace