ListTemplate.Unique 属性

获取一个值,该值指定列表模板是否可用于在网站集中只创建一个列表,以及列表模板在用于创建新列表的用户界面中是否处于隐藏状态。

命名空间:  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
如果列表模板可用于创建在网站集,仅限于一个列表,以及从用户界面创建新列表; 隐藏列表模板,则返回Booleantrue否则,返回false。默认值

另请参阅

引用

ListTemplate 类

ListTemplate 成员

Microsoft.SharePoint.Client 命名空间