SubscriptionListOperationsResponse::SubscriptionOperation::OperationObjectId Property

 

Gets or sets the target object for the operation.

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

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

Property Value

Type: System::String^

The target object.

Return to top
Show: