BoundPropertyEntry.ReadOnlyProperty Özellik

Tanım

Özelliğin bir erişimci içerip içermediğini belirten bir set değer alır veya ayarlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Özellik Değeri

true özelliği bir erişimci içermiyorsa set , özelliğin olduğunu ReadOnlygösterir; değilse, false.

Şunlara uygulanır