다음을 통해 공유


DisplayName Property (TNode)

Topic Last Modified: 2006-06-13

The DisplayName property is a node's display name.

Applies To

TNode Interface

Syntax

Property DisplayName As String
HRESULT get_DisplayName(BSTR* pVal);HRESULT put_DisplayName(BSTR Val);

Parameters

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

Remarks

This property does not affect or correspond to any property in the Exchange store.

Example

The following example illustrates the display name of a selected node.

      

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