MemberInfo.DeclaringType Property

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

Syntax

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

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

Property Value

Type: System.Reflection.Mock.Type

.NET Framework Security

See Also

Reference

MemberInfo Class

MemberInfo Members

System.Reflection.Mock Namespace