| ClientUserGroupListNot Method  | 
            Returns a List of groups
            the specified user does not belong to.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic List<MOVEitUserGroupInfo> UserGroupListNot(
	string Username
)
Public Function UserGroupListNot ( 
	Username As String
) As List(Of MOVEitUserGroupInfo)
public:
List<MOVEitUserGroupInfo^>^ UserGroupListNot(
	String^ Username
)
Parameters
- Username
 - Type: SystemString
User to list non-member groups for. 
Return Value
Type: 
ListMOVEitUserGroupInfoList containing list results if successful; otherwise, 
null.
See Also