Discuss this help topic in SecureBlackbox Forum

TElOTPUser.Clone

TElOTPUser     See also     


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


Creates a new copy of the object.

Declaration

[C#]
    TElOTPUser Clone();

[VB.NET]
    Function Clone() As TElOTPUser

[Pascal]
    function Clone: TElOTPUser; virtual;

[C++]
    TElOTPUserHandle Clone();

[PHP]
    TElOTPUser Clone()

[Java]
    TElOTPUser clone();

Return value

    Returns a reference to the new TElOTPUser object.

Description

    Call this method to copy all user's data into a new TElOTPUser object.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum