SensitivityClassification.InformationTypes Property

Definition

Returns the information types collection for this 'SensitivityClassification' Object

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Data::SqlClient::DataClassification::InformationType ^> ^ InformationTypes { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Data::SqlClient::DataClassification::InformationType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Data.SqlClient.DataClassification.InformationType> InformationTypes { get; }
member this.InformationTypes : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Data.SqlClient.DataClassification.InformationType>
Public ReadOnly Property InformationTypes As ReadOnlyCollection(Of InformationType)

Property Value

List of information types.

Applies to