Sdílet prostřednictvím


SubmitToHostAdapter.QueryAllowed-Eigenschaft

Die QueryAllowed-Eigenschaft ist für das SubmitToHostAdapter-Objekt verfügbar. Da das SubmitToHostAdapter-Objekt jedoch nur zum Senden von Daten verfügbar ist, gibt die Eigenschaft immer false zurück.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(1)> _
ReadOnly Property QueryAllowed As Boolean
'Usage
Dim instance As SubmitToHostAdapter
Dim value As Boolean

value = instance.QueryAllowed
[DispIdAttribute(1)] 
bool QueryAllowed { get; }

Eigenschaftswert

Da das SubmitToHostAdapter-Objekt nur zum Senden von Daten verfügbar ist, gibt die Eigenschaft immer false zurück.

Siehe auch

Referenz

SubmitToHostAdapter-Schnittstelle
SubmitToHostAdapter-Member
Microsoft.Office.Interop.InfoPath-Namespace