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.