_Application3.Name Property

Definition

Gets the name of the InfoPath application.

public:
 property System::String ^ default { System::String ^ get(); };
public string this { get; }
member this.Name : string
Default Public ReadOnly Property Name As String

Property Value

The name of the application.

Implements

Examples

In the following example, the Alert(String) method of the UIObject object, accessed through the XDocument object is used to display a message box that indicates the name of the application:

thisXDocument.UI.Alert("Application name: " + thisApplication.<span class="label">Name</span>);

Remarks

The name of the application does not contain the version number. To obtain the version number of an application, use the Version property.

Applies to