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)
Syntax
public IDictionary<string, string> OperationParameters { get; set; }
public:
property IDictionary<String^, String^>^ OperationParameters {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
member OperationParameters : IDictionary<string, string> with get, set
Public Property OperationParameters As IDictionary(Of String, String)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
The collection of parameters.
See Also
SubscriptionListOperationsResponse.SubscriptionOperation Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top