'This method instantiates a 'WINS' Type of Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner Name, class (default = IN), 'time to live' value, and WINS mapping flag, lookup timeout, cache timeout and list of IP addresses for lookup. It returns a reference to the new object as an output parameter.'
'This method updates the TTL, Mapping Flag, Lookup Timeout, Cache Timeout and Wins Servers to the values specified as the input parameters of this method. If a new value for some parameter is not specified, then the current value for this parameter is not changed. The method returns a reference to the modified object as an output parameter.'
'This method parses the resource record in the TextRepresentation string, and along with the input DNS server and Container names, defines and instantiates a ResourceRecord object. The method returns a reference to the new object as an output parameter.'
'This method to retrieve an existing instance of the MicrosoftDns_ResourceRecord subclass, represented by the TextRepresentation string along with Dns Server and container name.'
'A WINS mapping flag that specifies whether the record must be included into the zone replication. It may have only two values: 0x80000000 and 0x00010000 corresponding to the replication and no-replication (local record) flags, respectively.'
'This string represents the Fully Qualified Domain Name of the Domain which contains this Resource Record. This property may contain the strings, "..Cache" or "..RootHints", if the DNS' internal cache or Root Hints (respectively) contain this Resource Record.'
'This property indicates the time moment, when the record was refreshed last time. The zero value means that the record is not subjected to aging and scavenging. To disable aging and scavenging of this record set this value to zero. To enable record's aging and scavenging use AgeAllRecords method defined under the MicrosoftDNS_Zone class.'