This class describes a cache existing on a DNS server. It shouldn't be confused with a Cache file which contains root hints. This class simplifies visualizing the containment of DNS objects, rather than representing a real object. The class, MicrosoftDNS_Cache, is a container for the resource records cached by the DNS server. Every instance of the class MicrosoftDNS_Cache must be assigned to one and only one DNS server. It may be associated with (or more intuitively 'may contain') any number of instances of the classes, MicrosoftDNS_Domain and/or MicrosoftDNS_ResourceRecord.
'Indicates the Name of the Container (which could be a Zone, Cache or RootHints) containing this domain. In cases where the Container is a Zone (an instance of the MicrosoftDNS_Zone subclass), this propertycontains the fully qualified domain name of the Zone. When the Container is the root zone, the string, ".",should be used. In cases where the Container is the DNS' cache of resource records (an instance of the MicrosoftDNS_Cache subclass), this property is set to the string, "..Cache". If the Container is Root Hints (an instance of the MicrosoftDNS_RootHints subclass), then this property should be set to "..RootHints".'
'This string represents the Fully Qualified Domain Name of the domain. For instances of DNS Cache or Root Hints, the strings, "..Cache" and "..Root Hints" respectively, should be used.'
'This class describes a cache existing on a DNS server. It shouldn't be confused with a Cache file which contains root hints. This class simplifies visualizing the containment of DNS objects, rather than representing a real object. The class, MicrosoftDNS_Cache, is a container for the resource records cached by the DNS server. Every instance of the class MicrosoftDNS_Cache must be assigned to one and only one DNS server. It may be associated with (or more intuitively 'may contain') any number of instances of the classes, MicrosoftDNS_Domain and/or MicrosoftDNS_ResourceRecord.'