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

Gets the array of RoleInfo object

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

Syntax

C#
public RoleInfo[] GetRoles()
Visual Basic (Declaration)
Public Function GetRoles As RoleInfo()
Visual C++
public:
array<RoleInfo^>^ GetRoles()

Return Value

The array of the RoleInfo objects

See Also