Upravit

Sdílet prostřednictvím


XmlFormCancelEventArgs.MessageDetails Property

Definition

Gets or sets the detailed message when the event is cancelled.

public:
 abstract property System::String ^ MessageDetails { System::String ^ get(); void set(System::String ^ value); };
public abstract string MessageDetails { get; set; }
member this.MessageDetails : string with get, set
Public MustOverride Property MessageDetails As String

Property Value

The detailed error message text.

Remarks

The value specified for the MessageDetails property when the user clicks the Details button in the error message dialog box.

For information about which events can utilize the MessageDetails property, see XmlFormCancelEventArgs.

This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.

Applies to