Share via


SubscriptionListOperationsResponse.OperationCallerDetails.UserEmailAddress Property

 

Gets or sets the email address that is associated with the Windows Live ID that initiated the operation.

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

Syntax

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

Property Value

Type: System.String

The email address.

Remarks

This value is only returned if UsedServiceManagementApi is false.

See Also

SubscriptionListOperationsResponse.OperationCallerDetails Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top