Share via


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