List.TemplateFeatureId-Eigenschaft
Gets a value that specifies the feature identifier of the feature that contains the list schema for the list.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TemplateFeatureId As Guid
Get
'Usage
Dim instance As List
Dim value As Guid
value = instance.TemplateFeatureId
public Guid TemplateFeatureId { get; }
Eigenschaftswert
Typ: System.Guid
Returns a Guid instance representing the feature identifier of the feature that contains the list schema for the list.
Hinweise
It must be an empty GUID if the list schema for the list is not contained within a feature.