Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveProperty Constructor

TElGoogleDriveProperty     See also     


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


Creates a new instance of TElGoogleDriveProperty class.

Declaration

[C#]
    TElGoogleDriveProperty(TElGoogleDriveDataStorageObject AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElGoogleDriveDataStorageObject)

[Pascal]
    constructor Create(AOwner: TElGoogleDriveDataStorageObject);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElGoogleDriveProperty();
    public TElGoogleDriveProperty(TElGoogleDriveDataStorageObject AOwner);

Parameters

  • AOwner - the file owning the new property.

Description

    Call this method to create a new instance of TElGoogleDriveProperty class.

See also:     Clone    

Discuss this help topic in SecureBlackbox Forum