PropertyInfo.CanRead Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CanRead As Boolean
    Get
'Usage
Dim instance As PropertyInfo
Dim value As Boolean

value = instance.CanRead
public abstract bool CanRead { get; }
public:
virtual property bool CanRead {
    bool get () abstract;
}
abstract CanRead : bool
abstract function get CanRead () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

PropertyInfo Class

PropertyInfo Members

System.Reflection.Mock Namespace