Touchstone 11.0 API Reference
Groups Property (BusinessUnit)


Air.Services.Proxy Assembly > AIR.Services.Security.Data Namespace > BusinessUnit Class : Groups Property
Contains a list of user groups associated with this Business Unit.
Syntax
Public Property Groups As List(Of UserGroup)
Dim instance As BusinessUnit
Dim value As List(Of UserGroup)
 
instance.Groups = value
 
value = instance.Groups
public List<UserGroup> Groups {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BusinessUnit Class
BusinessUnit Members