PropertyBuilder.CanWrite Property

Definition

Gets a value indicating whether the property can be written to.

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

Property Value

true if this property can be written to; otherwise, false.

Remarks

Boolean property indicating if the property can be written to. If the property does not have a set accessor, it cannot be written to.

Applies to