Table of Contents

Interface ISensitivityLabel

Namespace
PnP.Core.Admin.Model.Microsoft365
Assembly
PnP.Core.Admin.dll

A Microsoft 365 sensitivity label

public interface ISensitivityLabel

Properties

Description

Description of the sensitivity label

string Description { get; }

Property Value

string

Id

Id of the sensitivity label

Guid Id { get; }

Property Value

Guid

IsActive

Is this the sensitivity label active?

bool IsActive { get; }

Property Value

bool

Name

Name of the sensitivity label

string Name { get; }

Property Value

string

Sensitivity

The sensitivity setting for this label

int Sensitivity { get; }

Property Value

int

Tooltip

Tooltip to use if this label is used in a user interface

string Tooltip { get; }

Property Value

string