[This is preliminary documentation and is subject to change.]

The list of user ids for the role

Namespace:  OfficeClip.BusinessLayer.Security
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public RoleUser[] RoleUsers { get; set; }
Visual Basic (Declaration)
Public Property RoleUsers As RoleUser()
Visual C++
public:
property array<RoleUser^>^ RoleUsers {
	array<RoleUser^>^ get ();
	void set (array<RoleUser^>^ value);
}

See Also