'This method instantiates an 'SRV' Type of Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner/target Name, class (default = IN), 'time to live' value, and target host's priority, weight, port and domain name. It returns a reference to the new object as an output parameter.'
'This method updates the TTL, Priority, Weight, Port, and Domain Name 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 weight of the target host. This is useful when selecting among hosts that have the same priority. The chances of using this host should be proportional to its weight.'
read
True
Weight property is in 1 class (MicrosoftDNS_SRVType) of ROOT\MicrosoftDNS and in 10 namespaces
Derived properties (14) of MicrosoftDNS_SRVType class
'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.'