Modify method of the MicrosoftDNS_ISDNType class

The Modify method updates an ISDN Resource Record.

Syntax

void Modify(
  [in, optional] uint32                TTL,
  [in, optional] string                ISDNNumber,
  [in, optional] string                SubAddress,
  [out, ref]     MicrosoftDNS_ISDNType &RR
);

Parameters

TTL [in, optional]

Time, in seconds, that the RR can be cached by a DNS resolver.

ISDNNumber [in, optional]

ISDN number and DDI of the record's owner.

SubAddress [in, optional]

Subaddress of the owner, if defined.

RR [out, ref]

Reference to the new 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
Dnsprov.mof

See also

MicrosoftDNS_ISDNType

CreateInstanceFromPropertyData Method of the MicrosoftDNS_ISDNType Class

MicrosoftDNS_ResourceRecord