DataExplorerConnection.DisplayName 属性

定义

检索或设置此数据连接的根节点的显示名称。

public:
 abstract property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public abstract string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public MustOverride Property DisplayName As String

属性值

String

返回此连接的根节点的字符串文本显示名称。

适用于