Modify method of the MicrosoftDNS_RPType class
The Modify method updates a Responsible Person (RP) Resource Record.
Syntax
void Modify(
[in, optional] uint32 TTL,
[in, optional] string RPMailbox,
[in, optional] string TXTDomainName,
[out, ref] MicrosoftDNS_RPType &RR
);
Parameters
-
TTL [in, optional]
-
Time, in seconds, that the RR can be cached by a DNS resolver.
-
RPMailbox [in, optional]
-
FQDN specifying the mailbox for the responsible person.
-
TXTDomainName [in, optional]
-
FQDN for which TXT Resource Records exist.
-
RR [out, ref]
-
Reference to the modified object.
Return value
This method does not return a value.
Remarks
Any parameter not specified is left unchanged in the modified record.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Namespace |
Root\MicrosoftDNS |
MOF |
|