AvailabilityGroupListenerIPAddress.IsIPv6 Property
Definition
Gets a value indicating whether this is IP v4. from the DMV spec:ip_subnet_mask The availability group listener's configured IP subnet mask Lists the subnet mask for the ip_v4 address configured for the listener Null if it's Ipv6
public bool IsIPv6 { get; }
member this.IsIPv6 : bool
Public ReadOnly Property IsIPv6 As Boolean