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