Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.Clone

TElOneDriveUserInfo     See also     


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


Clones the user info object.

Declaration

[C#]
    TElOneDriveUserInfo Clone();

[VB.NET]
    Function Clone() As TElOneDriveUserInfo

[Pascal]
    function Clone(): TElOneDriveUserInfo;

[C++]
    TElOneDriveUserInfoHandle Clone();

[PHP]
    TElOneDriveUserInfo Clone()

[Java]
    TElOneDriveUserInfo clone();

Return value

    Returns a new TElOneDriveUserInfo object.

Description

    Use this method to create a copy of this TElOneDriveUserInfo object.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum