SensitivityLabelCollection class

SensitivityLabelCollection class

Represents a collection of sensitivity labels applied to the document.

The SensitivityLabelCollection type exposes the following members:

Properties

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

Returns the sensitivity label by index.

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.
copy_toCopies all elements from the collection to the specified array.

See Also