Share via


AvailabilityGroupListenerIPAddress.IsIPv6 Property

Gets a value that indicates whether the object is IP v6.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property IsIPv6 As Boolean 
    Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As Boolean 

value = instance.IsIPv6
public bool IsIPv6 { get; }
public:
property bool IsIPv6 {
    bool get ();
}
member IsIPv6 : bool
function get IsIPv6 () : boolean

Property Value

Type: System.Boolean
true if the object is IP v6; otherwise, false.

See Also

Reference

AvailabilityGroupListenerIPAddress Class

Microsoft.SqlServer.Management.Smo Namespace