ClassificationTypeAttribute.ClassificationTypeNames Property

Definition

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.

Applies to