Public ReadOnly Property AssociatedGroups As IList(Of SPGroup)
Dim instance As SPWeb Dim value As IList(Of SPGroup) value = instance.AssociatedGroups
public IList<SPGroup> AssociatedGroups { get; }