RootURL Property (TNode)

Topic Last Modified: 2006-06-13

The RootURL property is the URL of a node's root.

Applies To

TNode Interface

Syntax

Property RootURL As String
HRESULT get_RootURL(BSTR* pVal);HRESULT put_RootURL(BSTR Val);

Parameters

  • pVal
    Returns the value of the RootURL property as a reference to a BSTR.
  • Val
    Sets the value of the RootURL property to the value of the BSTR.

Example

The following example illustrates root URL of a selected node.

      

Dim tn As TNode
Set tn = EXTV1.GetSelectedNode
MsgBox tn.RootURL