C# Class DNSManagement.RR.ResourceRecord

Represents the general properties of a DNS RR.
Inheritance: DNSManagement.Extensions.Backupable
显示文件 Open project: drorgl/MSDNSWebAdmin Class Usage Examples

Public Methods

Method Description
Delete ( ) : void

Removes the Resource from DNS

ToString ( ) : string

Private Methods

Method Description
CreateInstanceFromTextRepresentation ( Server server, string dnsServerName, string containerName, string textRepresentation ) : ResourceRecord
Dump ( ) : object>>.List
GetObjectByTextRepresentation ( Server server, string dnsServerName, string containerName, string textRepresentation ) : ResourceRecord
ResourceRecord ( System.Management.ManagementObject mo ) : System
ToString ( StringBuilder sb ) : void

Method Details

Delete() public method

Removes the Resource from DNS
public Delete ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string