<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview3.25342.7" />

Microsoft.Data.SqlClient.DataClassification.Label

public class Label
Represents the Data Classification Labels as received from SQL Server for the active InformationType
public string Id { get; }

Gets the ID for this Label object

public string Name { get; }

Gets the name for this Label object

public Label(string name, string id)

Initializes a new instance of the Label class.