This documentation is archived and is not being maintained.
SubscriptionListOperationsResponse::SubscriptionOperation::OperationParameters Property
Gets or sets the collection of parameters for the performed operation.
Namespace:
Microsoft.WindowsAzure.Management.ModelsAssembly:
Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
public:
property IDictionary<String^, String^>^ OperationParameters {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
Return to top