Sdílet prostřednictvím


SubmitToHostAdapter.SubmitAllowed-Eigenschaft

Die SubmitAllowed-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 true zurück.

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

Syntax

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

value = instance.SubmitAllowed
[DispIdAttribute(2)] 
bool SubmitAllowed { get; }

Eigenschaftswert

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

Siehe auch

Referenz

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