TermSetItem.CustomProperties 属性
获取Term对象或TermSet对象的有效CustomProperty实例的集合。
命名空间: 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 CustomProperties As IDictionary(Of String, String)
Get
用法
Dim instance As TermSetItem
Dim value As IDictionary(Of String, String)
value = instance.CustomProperties
public IDictionary<string, string> CustomProperties { get; }
属性值
类型:System.Collections.Generic.IDictionary<String, String>