PropertyInfo.CanWrite Property
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CanWrite As Boolean
Get
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.CanWrite
public abstract bool CanWrite { get; }
public:
virtual property bool CanWrite {
bool get () abstract;
}
abstract CanWrite : bool
abstract function get CanWrite () : 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.