Term.TermsCount property

Gets the number of child Term objects.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.

See also

Reference

Term class

Term members

Microsoft.SharePoint.Taxonomy namespace