XmlFormCancelEventArgs.MessageDetails Property (Microsoft.Office.InfoPath)

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

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride Property MessageDetails As String
'Usage
Dim instance As XmlFormCancelEventArgs
Dim value As String

value = instance.MessageDetails

instance.MessageDetails = value
public abstract string MessageDetails { get; set; }

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 Office InfoPath 2007 or in a Web browser.

See Also

Reference

XmlFormCancelEventArgs Class
XmlFormCancelEventArgs Members
Microsoft.Office.InfoPath Namespace