Share via


FormTemplate.SolutionId property

Gets the solution identification (ID) of the form template.

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

Syntax

'Declaration
Public ReadOnly Property SolutionId As Guid
    Get
'Usage
Dim instance As FormTemplate
Dim value As Guid

value = instance.SolutionId
public Guid SolutionId { get; }

Property value

Type: System.Guid
A Globally Unique Identifier (GUID) associated with the form template.

Remarks

The SolutionId property is associated with the form template when it is either deployed to or registered on the server farm.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace