IKeyedObject Interface Namespace: ActiproSoftware.Text.Utility Assembly: ActiproSoftware.Text.Wpf.dll Provides the base requirements for an object that has a string-based key. public interface IKeyedObject Properties Key Gets the string-based key that identifies the object. string Key { get; } Property Value string: The string-based key that identifies the object.