Gets or sets a list of names specifying users who have access to editable regions. When a document is set to read-only all editable regions that are related to these users can be edited.

Introduced: X16.

Syntax

public string[] UserNames { get; set; }
Public Property UserNames() As String()