FormTemplate.FeatureId Property
Gets the SharePoint feature identification (ID), if applicable, associated with 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 FeatureId As Guid
Get
'Usage
Dim instance As FormTemplate
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; }
Property Value
Type: System.Guid
A Globally Unique Identifier (GUID) of the SharePoint feature used to register the form template on the server farm.