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)

public:
property String^ UserEmailAddress {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The email address.

This value is only returned if UsedServiceManagementApi is false.

Return to top
Show: