HostProtectionAttribute.UI Proprietà

Definizione

Ottiene o imposta un valore che indica se l'interfaccia utente è esposta.

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

Valore della proprietà

true se l'interfaccia utente è esposta; in caso contrario, false. Il valore predefinito è false.

Si applica a

Vedi anche