Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.