Share via


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.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace