SharepointListAdapter.SubmitAllowed - Propriété
Obtient une valeur 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 SharepointListAdapter
Dim value As Boolean
value = instance.SubmitAllowed
bool SubmitAllowed { get; }
Valeur de propriété
Type : System.Boolean
Remarques
Renvoie toujours false pour l'objet SharepointListAdapterObject .
Voir aussi
Référence
SharepointListAdapter interface