ISensitivityLabelCollection class

ISensitivityLabelCollection class

Represents a collection of sensitivity labels applied to the document.

The ISensitivityLabelCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of all elements in the collection.
Read-only int.

Returns the sensitivity label by index. Read-only ISensitivityLabel.

Indexer

NameDescription
[index]

Methods

MethodDescription
add
addAdds a SensitivityLabel to the collection.
remove_atRemoves the sensitivity label at the specified index.
clearRemoves all elements from the collection.

See Also