TermSetItem.CustomProperties - Propriété
Obtient la collection d'instances de ré CustomProperty pour un objet Term ou TermSet .
Espace de noms : Microsoft.SharePoint.Client.Taxonomy
Assemblys : Microsoft.SharePoint.Client.Taxonomy.Silverlight (dans Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll); Microsoft.SharePoint.Client.Taxonomy.Phone (dans Microsoft.SharePoint.Client.Taxonomy.Phone.dll) Microsoft.SharePoint.Client.Taxonomy (dans Microsoft.SharePoint.Client.Taxonomy.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CustomProperties As IDictionary(Of String, String)
Get
'Utilisation
Dim instance As TermSetItem
Dim value As IDictionary(Of String, String)
value = instance.CustomProperties
public IDictionary<string, string> CustomProperties { get; }
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, String>