Term.TermsCount property
Gets the number of child Term objects.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property TermsCount As Integer
Get
'Usage
Dim instance As Term
Dim value As Integer
value = instance.TermsCount
public int TermsCount { get; }
Property value
Type: System.Int32
Integer for total number of child terms
Remarks
No SQL roundtrip is needed to get this property value.