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


Свойство ListTemplate.Unique

Gets a value that specifies whether the list template can be used to create only one list in a site collection, and that the list template is hidden from the user interface for creating new lists.

Пространство имен:  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 Unique As Boolean
    Get
'Применение
Dim instance As ListTemplate
Dim value As Boolean

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

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

Тип: System.Boolean
Returns Booleantrue if the list template can be used to create only one list in a site collection, and that the list template is hidden from the user interface for creating new lists; otherwise, returns false. The default value is

См. также

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

ListTemplate класс

Элементы ListTemplate

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