IClassificationType.Classification Property

Definition

Gets the name of the classification type.

public:
 property System::String ^ Classification { System::String ^ get(); };
public:
 property Platform::String ^ Classification { Platform::String ^ get(); };
public string Classification { get; }
member this.Classification : string
Public ReadOnly Property Classification As String

Property Value

This name is never null.

Remarks

All classification types are identified by a unique name. The IClassificationTypeRegistryService can return an IClassificationType from this name.

Applies to