In This Article

IClassificationType Interface

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

public interface IClassificationType : IKeyedObject

Properties

Description

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

string Description { get; }

Property Value

string:

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

See Also

Inherited Members

See Also