Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveProperty.Clone

TElGoogleDriveProperty     


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


Creates a copy of this property.

Declaration

[C#]
    TElGoogleDriveProperty Clone();

[VB.NET]
    Function Clone() As TElGoogleDriveProperty

[Pascal]
    function Clone(): TElGoogleDriveProperty;

[C++]
    TElGoogleDrivePropertyHandle Clone();

[PHP]
    TElGoogleDriveProperty Clone()

[Java]
    TElGoogleDriveProperty clone();

Return value

    Returns a reference to the newly created copy of this property.

Description

    Call this method to create a new instance of TElGoogleDriveProperty with the same data.

Discuss this help topic in SecureBlackbox Forum