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.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace