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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.