ExceptionData.Data Property

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public Dictionary<string, object> Data { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property Dictionary<String^, Object^>^ Data {
    Dictionary<String^, Object^>^ get();
    private: void set(Dictionary<String^, Object^>^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Data : Dictionary<string, Object> with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property Data As Dictionary(Of String, Object)
    Get
    Private Set
End Property

Property Value

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

See Also

ExceptionData Class
Microsoft.ClusterAwareUpdating Namespace

Return to top