ClassificationTypeAttribute.ClassificationTypeNames 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 or sets the name of this classification type.
public:
property System::String ^ ClassificationTypeNames { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ClassificationTypeNames { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ClassificationTypeNames { get; set; }
member this.ClassificationTypeNames : string with get, set
Public Property ClassificationTypeNames As String
Property Value
The name of the type.
Exceptions
The value is null.
The value is an empty string.
Remarks
The name must be unique across all classification types. It cannot be null or an empty string. Classification type names are case insensitive.