List.TemplateFeatureId - Propriété
Gets a value that specifies the feature identifier of the feature that contains the list schema for the list.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TemplateFeatureId As Guid
Get
'Utilisation
Dim instance As List
Dim value As Guid
value = instance.TemplateFeatureId
public Guid TemplateFeatureId { get; }
Valeur de propriété
Type : System.Guid
Returns a Guid instance representing the feature identifier of the feature that contains the list schema for the list.
Remarques
It must be an empty GUID if the list schema for the list is not contained within a feature.