ConversationalAgentSession.IsScreenAvailable Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient si l’écran peut être activé.
public:
property bool IsScreenAvailable { bool get(); };
bool IsScreenAvailable();
public bool IsScreenAvailable { get; }
var boolean = conversationalAgentSession.isScreenAvailable;
Public ReadOnly Property IsScreenAvailable As Boolean
Valeur de propriété
Boolean
bool
True, si l’écran peut être activé ; sinon, false.