BoundPropertyEntry.ReadOnlyProperty Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de eigenschap een set accessor bevat.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Waarde van eigenschap

trueals de eigenschap geen accessor bevatset, wat aangeeft dat de eigenschap isReadOnly; anders. false

Van toepassing op