CloudHttpRequestErrorInfo.Properties Property
Gets a set of properties for the HTTP request.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public IDictionary<string, object> Properties { get; private set; }
public:
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get();
private: void set(IDictionary<String^, Object^>^ value);
}
member Properties : IDictionary<string, Object> with get, private set
Public Property Properties As IDictionary(Of String, Object)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
A set of properties for the HTTP request.
See Also
CloudHttpRequestErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top