List.BaseTemplate - Propriété
Gets the list definition type on which the list is based.
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 BaseTemplate As Integer
Get
'Utilisation
Dim instance As List
Dim value As Integer
value = instance.BaseTemplate
public int BaseTemplate { get; }
Valeur de propriété
Type : System.Int32
A ListTemplateType value that identifies the list definition type.
Remarques
Its value must be equal to or greater than 0. Its value must be equal to or less than 2147483647.