SensitivityClassification.Labels Property

Definition

Returns the labels collection for this 'SensitivityClassification' Object

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

Property Value

ReadOnlyCollection<Label>

List of labels.

Applies to