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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property FeatureId As Guid
Get
'Usage
Dim instance As ListTemplate
Dim value As Guid
value = instance.FeatureId
[RemoteAttribute]
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.