This documentation is archived and is not being maintained.
SubscriptionListOperationsResponse::SubscriptionOperation::OperationId Property
Gets or sets the globally unique identifier (GUID) of the operation.
Namespace:
Microsoft.WindowsAzure.Management.ModelsAssembly:
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