SensitivityClassification.Labels 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.
Returns the labels collection for this 'SensitivityClassification' Object
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Data::SqlClient::DataClassification::Label ^> ^ Labels { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Data::SqlClient::DataClassification::Label ^> ^ get(); };
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
List of labels.