Поделиться через


Свойство ListTemplate.IsCustomTemplate

Specifies whether the list template is user created.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsCustomTemplate As Boolean
    Get
'Применение
Dim instance As ListTemplate
Dim value As Boolean

value = instance.IsCustomTemplate
public bool IsCustomTemplate { get; }

Значение свойства

Тип: System.Boolean
Returns Booleantrue if the list template is user created; if returns false the list template is a system component.

Замечания

If false, the list template is a system component.

См. также

Справочные материалы

ListTemplate класс

Элементы ListTemplate

Пространство имен Microsoft.SharePoint.Client