TermStoreGenericParent.Ch Property
This member is reserved for internal use and is not intended to be used directly from your code. Children list
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Ch As List(Of TermStoreGenericObject)
Get
'Usage
Dim instance As TermStoreGenericParent
Dim value As List(Of TermStoreGenericObject)
value = instance.Ch
public List<TermStoreGenericObject> Ch { get; }
Property Value
Type: System.Collections.Generic.List<TermStoreGenericObject>