WebApiExceptionExtensions Property
|
Namespace:
Aruba.Cloud.Common.Exceptions
Assembly:
Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, Object> Extensions { get; set; }
Public Property Extensions As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Extensions {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Extensions : Dictionary<string, Object> with get, set
function get Extensions () : Dictionary<String, Object>
function set Extensions (value : Dictionary<String, Object>)
Property Value
Type:
DictionaryString,
ObjectSee Also