Term.SourceTerm property
Gets the source Term if the current Term is a reused term.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property SourceTerm As Term
Get
'Usage
Dim instance As Term
Dim value As Term
value = instance.SourceTerm
public Term SourceTerm { get; }
Property value
Type: Microsoft.SharePoint.Client.Taxonomy.Term
Term object of the source Term; a null reference (Nothing in Visual Basic) if it is the current Term is not reused.
Remarks
This method will return a null reference (Nothing in Visual Basic) if the user does not have permissions to access the source Term.