TermStoreGenericObjectConverter.SupportedTypes Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Taxonomy.WebServices
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property SupportedTypes As IEnumerable(Of Type)
Get
'Usage
Dim instance As TermStoreGenericObjectConverter
Dim value As IEnumerable(Of Type)
value = instance.SupportedTypes
public override IEnumerable<Type> SupportedTypes { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
Returns IEnumerable<T>.
See Also
Reference
TermStoreGenericObjectConverter Class