Compartir a través de


DatabaseAvailabilityGroup.DatabaseAvailabilityGroupIpAddresses Property

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

Syntax

'Declaration
Public Property DatabaseAvailabilityGroupIpAddresses As MultiValuedProperty(Of IPAddress)
    Get
    Set
'Usage
Dim instance As DatabaseAvailabilityGroup
Dim value As MultiValuedProperty(Of IPAddress)

value = instance.DatabaseAvailabilityGroupIpAddresses

instance.DatabaseAvailabilityGroupIpAddresses = value
public MultiValuedProperty<IPAddress> DatabaseAvailabilityGroupIpAddresses { get; set; }