Compartilhar via


CloudHttpRequestErrorInfo.Properties Propriedade

 

Obtém um conjunto de propriedades para a solicitação HTTP.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)

Sintaxe

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

Valor de propriedade

Type: System.Collections.Generic.IDictionary<String, Object>

Um conjunto de propriedades para a solicitação HTTP.

Consulte também

Classe CloudHttpRequestErrorInfo
Namespace Microsoft.WindowsAzure.Common

Retornar ao topo