DnsRecord Constructor
See Also 
SourceCode.Net.Dns Namespace > DnsRecord Structure : DnsRecord Constructor



type
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal type As DnsRecordTypes, _
   ByVal value As Object _
)
Visual Basic (Usage) Copy Code
Dim type As DnsRecordTypes
Dim value As Object
 
Dim instance As New DnsRecord(type, value)
C#  
public DnsRecord( 
   DnsRecordTypes type,
   object value
)
C++/CLI  
public:
DnsRecord( 
   DnsRecordTypes type,
   Object^ value
)

Parameters

type
value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also