Solution.URI Property

Definition

Gets the Uniform Resource Identifier (URI) of a Microsoft Office InfoPath 2003 form template.

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

Property Value

Examples

In the following example, the URI property of the SolutionObject object is used to display a form template's URI in a message box:

thisXDocument.UI.Alert("URI: " + thisXDocument.Solution.<span class="label">URI</span>);

Remarks

The URI property can take the form of a Uniform Resource Locator (URL) or Uniform Resource Name (URN), depending on the location from which the form was opened.

Important: 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.

Applies to