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