Gets an array of roles allowed to read this item. Null or empty list is interpreted as this item has no access restrictions (anyone may read).

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public virtual IList<AuthorizedRole> AuthorizedRoles { get; set; }
Visual Basic (Declaration)
Public Overridable Property AuthorizedRoles As IList(Of AuthorizedRole)
Visual C++
public:
virtual property IList<AuthorizedRole^>^ AuthorizedRoles {
	IList<AuthorizedRole^>^ get ();
	void set (IList<AuthorizedRole^>^ value);
}

See Also