MemberInfo.MemberType Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property MemberType As MemberTypes
    Get
'Usage
Dim instance As MemberInfo
Dim value As MemberTypes

value = instance.MemberType
public abstract MemberTypes MemberType { get; }
public:
virtual property MemberTypes MemberType {
    MemberTypes get () abstract;
}
abstract MemberType : MemberTypes
abstract function get MemberType () : MemberTypes

Property Value

Type: MemberTypes

.NET Framework Security

See Also

Reference

MemberInfo Class

MemberInfo Members

System.Reflection.Mock Namespace