ConsoleNode.Title - Propriété
Obtient ou définit le titre de cet objet ConsoleNode .
Espace de noms : Microsoft.SharePoint.Publishing.WebControls
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public Property Title As String
Get
Set
'Utilisation
Dim instance As ConsoleNode
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Valeur de propriété
Type : System.String
Chaîne représentant le titre associé à ce ConsoleNode.
Voir aussi
Référence
Microsoft.SharePoint.Publishing.WebControls - Espace de noms