List.BaseType - Propriété
Gets the base type 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 BaseType As BaseType
Get
'Utilisation
Dim instance As List
Dim value As BaseType
value = instance.BaseType
public BaseType BaseType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.BaseType
A BaseType value that specifies the base type.
Remarques
It must be one of the following values: GenericList, DocumentLibrary, DiscussionBoard, Survey, or Issue.