Share via


ErrorResponseMessage.AdditionalInfo Property

 

Gets or sets the additional error response information.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

[JsonExtensionDataAttribute]
public Dictionary<string, object> AdditionalInfo { get; set; }
public:
[JsonExtensionDataAttribute]
property Dictionary<String^, Object^>^ AdditionalInfo {
    Dictionary<String^, Object^>^ get();
    void set(Dictionary<String^, Object^>^ value);
}
[<JsonExtensionDataAttribute>]
member AdditionalInfo : Dictionary<string, Object> with get, set
<JsonExtensionDataAttribute>
Public Property AdditionalInfo As Dictionary(Of String, Object)

Property Value

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

The additional error response information.

See Also

ErrorResponseMessage Class
Microsoft.Azure.KeyVault Namespace

Return to top