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

The role access matrix

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

Syntax

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

See Also