FormError.Message 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 short message displayed for a FormError object.
public:
abstract property System::String ^ Message { System::String ^ get(); void set(System::String ^ value); };
public abstract string Message { get; set; }
member this.Message : string with get, set
Public MustOverride Property Message As String
Property Value
The text of the short message.
Remarks
The short error message is displayed as a ScreenTip that is associated with a control when data validation fails for the data entered (or missing) from the control.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.