TermStore.GetTermSetsWithCustomProperty method (String)

Searches TermSet objects that have a custom property with the provided name in a TermStore.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Function GetTermSetsWithCustomProperty ( _
    customPropertyName As String _
) As TermSetCollection
'Usage
Dim instance As TermStore
Dim customPropertyName As String
Dim returnValue As TermSetCollection

returnValue = instance.GetTermSetsWithCustomProperty(customPropertyName)
public TermSetCollection GetTermSetsWithCustomProperty(
    string customPropertyName
)

Parameters

  • customPropertyName
    Type: System.String

    The name of the custom property.

Return value

Type: Microsoft.SharePoint.Taxonomy.TermSetCollection
A collection of TermSet objects.

Remarks

The search results are returned directly from the TermStore. The TermStore may not be in sync with changes that have been made but not yet committed.

See also

Reference

TermStore class

TermStore members

GetTermSetsWithCustomProperty overload

Microsoft.SharePoint.Taxonomy namespace