ConsoleNode.Id property
Gets or sets the identifier (ID) of this ConsoleNode object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Property value
Type: System.String
A string that represents the unique ID of this ConsoleNode.
Remarks
Every ConsoleNode on a page must have a unique ID.