Type.UnderlyingSystemType Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property UnderlyingSystemType As Type
    Get
'Usage
Dim instance As Type
Dim value As Type

value = instance.UnderlyingSystemType
public abstract Type UnderlyingSystemType { get; }
public:
virtual property Type^ UnderlyingSystemType {
    Type^ get () abstract;
}
abstract UnderlyingSystemType : Type
abstract function get UnderlyingSystemType () : Type

Property Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace