Hierarchy Queue Node Name

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public string HierarchyQueueNodeName { get; internal set; }
Visual Basic
Public Property HierarchyQueueNodeName As String
	Get
	Friend Set
Visual C++
public:
property String^ HierarchyQueueNodeName {
	String^ get ();
	internal: void set (String^ value);
}

See Also