IPropertySymbol.IsWriteOnly Property

Definition

True if this is a write-only property; that is, a property with no get accessor.

public:
 property bool IsWriteOnly { bool get(); };
public bool IsWriteOnly { get; }
member this.IsWriteOnly : bool
Public ReadOnly Property IsWriteOnly As Boolean

Property Value

Applies to