Share via


AccountLicenseInfo.LicenseName Property

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LicenseName As String
[DataMemberAttribute]
public string LicenseName { get; set; }
[DataMemberAttribute]
public:
property String^ LicenseName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member LicenseName : string with get, set
function get LicenseName () : String 
function set LicenseName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AccountLicenseInfo Class

Microsoft.VisualStudio.Services.Account Namespace