SensitivityClassification.InformationTypes Property

Definition

Returns the information types collection for this 'SensitivityClassification' Object

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

ReadOnlyCollection<InformationType>

List of information types.

Applies to