ListCreationInformation.TemplateFeatureId property
Gets or sets a value that specifies the feature identifier of the feature that contains the list schema for the new list.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property TemplateFeatureId As Guid
Get
Set
'Usage
Dim instance As ListCreationInformation
Dim value As Guid
value = instance.TemplateFeatureId
instance.TemplateFeatureId = value
public Guid TemplateFeatureId { get; set; }
Property value
Type: System.Guid
Returns a Guid.instance representing the feature identifier of the feature that contains the list schema for the new list.
Remarks
It must be empty GUID if the list schema for the new list is not contained within a feature.