Share via


PropertyInfo Class

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class PropertyInfo _
    Inherits MemberInfo
'Usage
Dim instance As PropertyInfo
[ComVisibleAttribute(true)]
public abstract class PropertyInfo : MemberInfo
[ComVisibleAttribute(true)]
public ref class PropertyInfo abstract : public MemberInfo
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
type PropertyInfo =  
    class
        inherit MemberInfo
    end
public abstract class PropertyInfo extends MemberInfo

Inheritance Hierarchy

Object
  System.Reflection.Mock.MemberInfo
    System.Reflection.Mock.PropertyInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyInfo Members

System.Reflection.Mock Namespace