SubscriptionListOperationsResponse::SubscriptionOperation::OperationParameters Property

 

Gets or sets the collection of parameters for the performed operation.

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

public:
property IDictionary<String^, String^>^ OperationParameters {
	IDictionary<String^, String^>^ get();
	void set(IDictionary<String^, String^>^ value);
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, String^>^

The collection of parameters.

Return to top
Show: