Share via


TermGroup.GetTermSetsWithCustomProperty method

Gets changes to the specified TermGroup object.

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

Syntax

'Declaration
Public Function GetTermSetsWithCustomProperty ( _
    customPropertyMatchInformation As CustomPropertyMatchInformation _
) As TermSetCollection
'Usage
Dim instance As TermGroup
Dim customPropertyMatchInformation As CustomPropertyMatchInformation
Dim returnValue As TermSetCollection

returnValue = instance.GetTermSetsWithCustomProperty(customPropertyMatchInformation)
public TermSetCollection GetTermSetsWithCustomProperty(
    CustomPropertyMatchInformation customPropertyMatchInformation
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection

See also

Reference

TermGroup class

TermGroup members

Microsoft.SharePoint.Client.Taxonomy namespace