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
Type IReflect.UnderlyingSystemType { get; }
private:
virtual property Type^ UnderlyingSystemType {
    Type^ get () sealed = IReflect::UnderlyingSystemType::get;
}
private abstract UnderlyingSystemType : Type with get 
private override UnderlyingSystemType : Type with 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

Microsoft.VisualStudio.Data.Framework Namespace