Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Properties

TElGoogleDriveDataStorageObject     See also     


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


Returns the object's properties.

Declaration

[C#]
    TElGoogleDriveProperties Properties;

[VB.NET]
    Property Properties As TElGoogleDriveProperties

[Pascal]
    property Properties: TElGoogleDriveProperties;

[C++]
    TElGoogleDriveProperties* get_Properties();

[PHP]
    TElGoogleDriveProperties get_Properties()

[Java]
    TElGoogleDriveProperties getProperties();

Description

    Use this property to get the object's properties.

See also:     Permissions    

Discuss this help topic in SecureBlackbox Forum