TermStore.Groups 属性
获取此TermStore对象Group对象的子级的集合
命名空间: Microsoft.SharePoint.Client.Taxonomy
程序集: Microsoft.SharePoint.Client.Taxonomy.Silverlight(位于 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中); Microsoft.SharePoint.Client.Taxonomy.Phone(位于 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中) Microsoft.SharePoint.Client.Taxonomy(位于 Microsoft.SharePoint.Client.Taxonomy.dll 中)
语法
声明
Public ReadOnly Property Groups As TermGroupCollection
Get
用法
Dim instance As TermStore
Dim value As TermGroupCollection
value = instance.Groups
public TermGroupCollection Groups { get; }
属性值
类型:Microsoft.SharePoint.Client.Taxonomy.TermGroupCollection
此术语库子组对象的集合
备注
如果当前用户为服务器场或租户管理员,则将返回组中的所有对象,包括网站集的组。否则为将返回所有全局组,并将返回只有网站集组的当前网站,如果存在。