IClassificationType.Classification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.