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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.