XmlFormCancelEventArgs.MessageDetails Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.