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