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

Returns the Role Access of the user who has logged on to the system.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

See Also