Share via


SubscriptionGetResponse.AccountAdminLiveEmailId Property

 

Gets or sets the live ID of the account administrator.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public string AccountAdminLiveEmailId { get; set; }
public:
property String^ AccountAdminLiveEmailId {
    String^ get();
    void set(String^ value);
}
member AccountAdminLiveEmailId : string with get, set
Public Property AccountAdminLiveEmailId As String

Property Value

Type: System.String

The live ID of the account administrator.

See Also

SubscriptionGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top