SubscriptionListOperationsResponse.SubscriptionOperation.OperationId Property
Gets or sets the globally unique identifier (GUID) of the operation.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public string OperationId { get; set; }
public:
property String^ OperationId {
String^ get();
void set(String^ value);
}
member OperationId : string with get, set
Public Property OperationId As String
Property Value
Type: System.String
The globally unique identifier (GUID).
See Also
SubscriptionListOperationsResponse.SubscriptionOperation Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top