Term.IsSourceTerm property
Gets whether the current Term is the source Term among reused terms
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsSourceTerm As Boolean
Get
'Usage
Dim instance As Term
Dim value As Boolean
value = instance.IsSourceTerm
public bool IsSourceTerm { get; }
Property value
Type: System.Boolean
true if the current Term is the source Term; otherwise, false
Remarks
If the IsReused property is set to false, the current Term is not reused and this property will always return true. If the current Term is reused (IsReused returns true), then this property will return true if it is the source Term. If it is not the source Term, the SourceTerm property can be used to get the source Term.