C# 클래스 DNSManagement.Domain

Represents a domain in a DNS hierarchy tree.
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin

공개 프로퍼티들

프로퍼티 타입 설명
UnsupportedRecordTypes string[]

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Domain ( System.Management.ManagementObject mo ) : System
ToString ( StringBuilder sb ) : void

메소드 상세

Delete() 공개 메소드

Deletes the object
public Delete ( ) : void
리턴 void

GetDistinguishedName() 공개 메소드

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

GetRecords() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

UnsupportedRecordTypes 공개적으로 프로퍼티

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
리턴 string[]