Gets or sets an array of strings that represents those registered user names that can be added by the RibbonPermissionsTab's Add Users dialog. The default value is an empty array.
public string[] RegisteredUserNames { get; set; }
Public Property RegisteredUserNames() As String()