Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal type As DnsRecordTypes, _ ByVal value As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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