Partager via


BoundPropertyEntry.ReadOnlyProperty Propriété

Définition

Obtient ou définit une valeur indiquant si la propriété contient un accesseur set.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Valeur de propriété

Boolean

true si la propriété ne contient pas d'accesseur set, ce qui indique que la propriété est ReadOnly ; sinon, false.

S’applique à