Freigeben über


ListCreationInformation.TemplateType-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der die Servervorlage der neuen Liste angibt.

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 Property TemplateType As Integer
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As Integer

value = instance.TemplateType

instance.TemplateType = value
public int TemplateType { get; set; }

Eigenschaftswert

Typ: System.Int32
Gibt eine Int32.instance, die die Server für die neue Liste Listenvorlage darstellt.

Siehe auch

Referenz

ListCreationInformation Klasse

ListCreationInformation-Member

Microsoft.SharePoint.Client-Namespace