EmailAdapter.SubmitAllowed - Propriété
Obtient une valeur qui est toujours true, correspondant à l'attribut submitAllowed du fichier de définition du formulaire (.xsf).
Espace de noms : Microsoft.Office.Interop.InfoPath
Assembly : Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)
Syntaxe
'Déclaration
ReadOnly Property SubmitAllowed As Boolean
Get
'Utilisation
Dim instance As EmailAdapter
Dim value As Boolean
value = instance.SubmitAllowed
bool SubmitAllowed { get; }
Valeur de propriété
Type : System.Boolean