ListTemplate.FeatureId property

Gets a value that specifies the feature identifier of the feature that contains the list schema for the list template.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property FeatureId As Guid
    Get
'Usage
Dim instance As ListTemplate
Dim value As Guid

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

Property value

Type: System.Guid
Returns a Guid instance representing the feature identifier of the feature that contains the list schema for the list template.

Remarks

It must be an empty GUID if the list schema for the list template is not contained within a feature.

See also

Reference

ListTemplate class

ListTemplate members

Microsoft.SharePoint.Client namespace