Term.PinSourceTermSet property
Gets the TermSet object that contains the term to which this object is pinned.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property PinSourceTermSet As TermSet
Get
'Usage
Dim instance As Term
Dim value As TermSet
value = instance.PinSourceTermSet
public TermSet PinSourceTermSet { get; }
Property value
Type: Microsoft.SharePoint.Taxonomy.TermSet
The TermSet object if this object is pinned to a TermSet object; otherwise, a null reference (Nothing in Visual Basic).