Share via


StructuredRepositorySystemUtility<T>.DefaultTypeReflector Property

Gets the ITypeReflector instance that should be used with this system utility by default.

Namespace:  Microsoft.Office.Server.Search.Connector.BDC
Assembly:  Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property DefaultTypeReflector As ITypeReflector
    Get
'Usage
Dim instance As StructuredRepositorySystemUtility
Dim value As ITypeReflector

value = instance.DefaultTypeReflector
public virtual ITypeReflector DefaultTypeReflector { get; }

Property Value

Type: Microsoft.BusinessData.Infrastructure.ITypeReflector
The type reflector to use with this system utility.

Implements

ISystemUtility.DefaultTypeReflector

See Also

Reference

StructuredRepositorySystemUtility<T> Class

StructuredRepositorySystemUtility<T> Members

Microsoft.Office.Server.Search.Connector.BDC Namespace