ConsoleNode.Type Property
Gets or sets the type of this ConsoleNode object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Type As String
Get
'Usage
Dim value As String
value = ConsoleNode.Type
public static string Type { get; }
Property Value
Type: System.String
The type of ConsoleNode.
Remarks
This property is also used by the ConsoleDataSource object.