'This method instantiates an 'ATMA' Type of Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner/node Name, class (default = IN), 'time to live' value, and ATM format and address. It returns a reference to the new object as an output parameter.'
'This method updates the TTL, Format and ATMA Address 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 variable length string of octets containing the ATM address of the node/owner to which this RR pertains. The first four bytes of the array are used to store the size of the octet string. The most significant byte is stored in byte 0.'
read
True
ATMAddress property is in 1 class (MicrosoftDNS_ATMAType) of ROOT\MicrosoftDNS and in 1 namespace
'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.'