NotifyHostEventArgs.Notification Property

Gets the string passed from the form to the Web page hosting the XmlFormView control.

Namespace:  Microsoft.Office.InfoPath.Server.Controls
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Notification As String
    Get
'Usage
Dim instance As NotifyHostEventArgs
Dim value As String

value = instance.Notification
public string Notification { get; }

Property Value

Type: System.String

Remarks

The Notification property will be empty unless a string is passed from the form using the NotifyHost(String) method of the XmlForm object, available in the Microsoft.Office.InfoPath namespace. For more information about this and other members of the Microsoft.Office.InfoPath namespace, see the Help installed with Microsoft Visual Studio Tools for Applications (VSTA) or Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System.

See Also

Reference

NotifyHostEventArgs Class

NotifyHostEventArgs Members

Microsoft.Office.InfoPath.Server.Controls Namespace