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)

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

Property Value

Type: System::String^

The globally unique identifier (GUID).

Return to top
Show: