BinderOptions.BindNonPublicProperties Proprietà

Definizione

Ottiene o imposta un valore che indica se il gestore di associazione tenta di impostare tutte le proprietà o solo le proprietà pubbliche.

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

Valore della proprietà

true se il binder tenta di impostare tutte le proprietà non di sola lettura; false se vengono impostate solo le proprietà pubbliche.

Si applica a