BrowserFormWebPart.ContentTypeId - Propriété
Obtient ou définit l'ID de type de contenu de l'élément affiché dans le composant WebPart.
Espace de noms : Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly : Microsoft.Office.InfoPath.Server (dans Microsoft.Office.InfoPath.Server.dll)
Syntaxe
'Déclaration
Public Property ContentTypeId As String
Get
Set
'Utilisation
Dim instance As BrowserFormWebPart
Dim value As String
value = instance.ContentTypeId
instance.ContentTypeId = value
public string ContentTypeId { get; set; }
Valeur de propriété
Type : System.String
L'ID de type de contenu de l'élément affiché dans le composant WebPart, contact, tâche ou élément.
Voir aussi
Référence
Microsoft.Office.InfoPath.Server.Controls.WebUI - Espace de noms