Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the original identifier (ID) of this ConsoleNode before an associated action modifies it.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property OriginalId As String
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As String
value = instance.OriginalId
instance.OriginalId = value
public string OriginalId { get; set; }
Property Value
Type: System.String
A string representing the original ID of a ConsoleNode object before it is modified.
Remarks
This property is used to maintain consistency internally between ConsoleNode objects and associated ConsoleAction objects.
Setting this property is usually unnecessary.