Microsoft.Data.SqlClient.DataClassification.Label
Represents the Data Classification Labels as received from SQL Server for the active InformationType
namespace Microsoft.Data.SqlClient.DataClassification
{
public class Label
{
public string Id { get; }
public string Name { get; }
public Label(string name, string id);
}
}