In This Article

IClassificationType Interface

Provides the base requirements for an object that represents a classification type.

public interface IClassificationType : IKeyedObject

Properties

Description

The description of the classification type, which is displayed in the user interface.

string Description { get; }

Property Value

string

See Also

Key

The string-based key that identifies the object.

string Key { get; }

Property Value

string

See Also

Extension Methods

See Also