In This Article

IKeyedLogicalTreeNode Interface

Provides the base requirements for a node that has a string key and needs to be part of a logical tree.

public interface IKeyedLogicalTreeNode : ILogicalTreeNode

Properties

Key

Gets a string-based key that identifies the object.

string Key { get; }

Property Value

string:

A string-based key that identifies the object.

Inherited Members