AvailabilityGroupListenerIPAddress.IsIPv6 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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