PropertyBuilder.CanRead Property

Definition

Gets a value indicating whether the property can be read.

public:
 virtual property bool CanRead { bool get(); };
public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean

Property Value

true if this property can be read; otherwise, false.

Remarks

Boolean property indicating if the property can be read. If the property does not have a get accessor, it cannot be read.

Applies to