UMIPGateway.HuntGroups Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property HuntGroups As MultiValuedProperty(Of UMHuntGroup)
    Get
    Private Set
'Usage
Dim instance As UMIPGateway
Dim value As MultiValuedProperty(Of UMHuntGroup)

value = instance.HuntGroups
public MultiValuedProperty<UMHuntGroup> HuntGroups { get; private set; }