Returns true if the active user is a member of a work group with the specified title, or else false is returned.
bool MemberOfWorkGroup(string groupTitle)
| groupTitle | The title of a work group. | 
Example
MemberOfWorkGroup("HQ")
Returns true if the active user is a member of the work group "HQ".
