Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.Assign

TElDNSResourceRecordSet     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Copies the data of another RRset into the current one.

Declaration

[C#]
    void Assign(TElDNSResourceRecordSet Source);

[VB.NET]
    Sub Assign(ByVal Source As TElDNSResourceRecordSet)

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElDNSResourceRecordSet Source);

Parameters

  • Source - the RRset to be copied

Description

    Use this method to copy the data of another RRset into the current one.

See also:     Items     Clear    

Discuss this help topic in SecureBlackbox Forum