Share via


SubscriptionListOperationsResponse.SubscriptionOperation.OperationName Property

 

Gets or sets the name of the performed operation.

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

Syntax

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

Property Value

Type: System.String

The name.

See Also

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

Return to top