C# Class DNSManagement.Domain

Represents a domain in a DNS hierarchy tree.
ファイルを表示 Open project: drorgl/MSDNSWebAdmin

Public Properties

Property Type Description
UnsupportedRecordTypes string[]

Public Methods

Method Description
Delete ( ) : void

Deletes the object

GetDistinguishedName ( ) : string

Obtains DS distinguished Name for the zone.

GetRecords ( ) : DNSManagement.RR.ResourceRecord[]

Gets all records for Root Hints

ToString ( ) : string

Private Methods

Method Description
Domain ( System.Management.ManagementObject mo ) : System
ToString ( StringBuilder sb ) : void

Method Details

Delete() public method

Deletes the object
public Delete ( ) : void
return void

GetDistinguishedName() public method

Obtains DS distinguished Name for the zone.
public GetDistinguishedName ( ) : string
return string

GetRecords() public method

Gets all records for Root Hints
public GetRecords ( ) : DNSManagement.RR.ResourceRecord[]
return DNSManagement.RR.ResourceRecord[]

ToString() public method

public ToString ( ) : string
return string

Property Details

UnsupportedRecordTypes public_oe property

WMI Unsupported Record types.

Microsoft decided to partially support a few record types, partially supported record types will be removed from this library.

public string[] UnsupportedRecordTypes
return string[]