Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the source Term if the current Term is a reused term.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.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.