Concatenates two domain names

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
C# does not support this operator.
Visual Basic (Declaration)
Public Shared Operator & ( _
	d1 As DomainName, _
	d2 As DomainName _
) As DomainName
Visual C++
Visual C++ does not support this operator.

Parameters

d1
Type: JHSoftware.SimpleDNS.Plugin..::.DomainName
First domain name
d2
Type: JHSoftware.SimpleDNS.Plugin..::.DomainName
Second domain name

See Also