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
- customPropertyMatchInformation
Type: Microsoft.SharePoint.Client.Taxonomy.CustomPropertyMatchInformation
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection