Share via


DataViewBrowseObject.IReflect.UnderlyingSystemType Property

Gets the underlying type of the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Private ReadOnly Property UnderlyingSystemType As Type 
    Implements IReflect.UnderlyingSystemType
'Usage
Dim instance As DataViewBrowseObject 
Dim value As Type 

value = CType(instance, IReflect).UnderlyingSystemType
Type IReflect.UnderlyingSystemType { get; }
private:
virtual property Type^ UnderlyingSystemType {
    Type^ get () sealed = IReflect::UnderlyingSystemType::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System.Type
The underlying type of the current browse object.

Implements

IReflect.UnderlyingSystemType

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace