ComplexPropertyEntry.ReadOnly Property

Definition

Gets or sets a value indicating whether the item represented in the property entry contains a method for setting its value.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool ReadOnly { bool get(); void set(bool value); };
public bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

Property Value

true if the item represented by the property entry does not contain a set method; otherwise, false.

Applies to