ResourceProperty.IsReadOnly Propriedade

Definição

Obtém um valor booliano que indica se a propriedade é somente leitura.Gets a Boolean value that indicates whether the property is read-only.

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

Valor da propriedade

Boolean

truese a propriedade for somente leitura; caso contrário, false .true if the property is read-only; otherwise, false.

Aplica-se a