ExceptionMessageBox.Data Property

Definition

Gets the IDictionary interface that stores help link and advanced information associated with the top-level message.

public:
 property System::Collections::IDictionary ^ Data { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Data { get; }
member this.Data : System.Collections.IDictionary
Public ReadOnly Property Data As IDictionary

Property Value

An IDictionary interface.

Remarks

The Data property is read-only.

Entries in the dictionary can be added and removed by using methods on the IDictionary interface returned by the Data property.

Applies to