C# Class DNSManagement.Domain

Represents a domain in a DNS hierarchy tree.
Afficher le fichier Open project: drorgl/MSDNSWebAdmin

Méthodes publiques

Свойство Type Description
UnsupportedRecordTypes string[]

Méthodes publiques

Méthode 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

Méthode Description
Domain ( System.Management.ManagementObject mo ) : System
ToString ( StringBuilder sb ) : void

Method Details

Delete() public méthode

Deletes the object
public Delete ( ) : void
Résultat void

GetDistinguishedName() public méthode

Obtains DS distinguished Name for the zone.
public GetDistinguishedName ( ) : string
Résultat string

GetRecords() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat 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
Résultat string[]