ListCreationInformation.TemplateFeatureId - Propriété
Gets or sets a value that specifies the feature identifier of the feature that contains the list schema for the new 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 Property TemplateFeatureId As Guid
Get
Set
'Utilisation
Dim instance As ListCreationInformation
Dim value As Guid
value = instance.TemplateFeatureId
instance.TemplateFeatureId = value
public Guid TemplateFeatureId { get; set; }
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 new list.
Remarques
It must be empty GUID if the list schema for the new list is not contained within a feature.
Voir aussi
Référence
ListCreationInformation classe