ResourceProviderGetPropertiesResponse.Properties Property
Optional.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
public IDictionary<string, string> Properties { get; set; }
public:
property IDictionary<String^, String^>^ Properties {
IDictionary<String^, String^>^ get();
void set(IDictionary<String^, String^>^ value);
}
member Properties : IDictionary<string, string> with get, set
Public Property Properties As IDictionary(Of String, String)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
See Also
ResourceProviderGetPropertiesResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top