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

TermStoreGenericObjectConverter members

Microsoft.SharePoint.Taxonomy.WebServices namespace