Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.LastModifyingUser

TElGoogleDriveDataStorageObject     See also     


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


Returns the user that last modified the object.

Declaration

[C#]
    TElGoogleDriveUser LastModifyingUser;

[VB.NET]
    Property LastModifyingUser As TElGoogleDriveUser

[Pascal]
    property LastModifyingUser: TElGoogleDriveUser;

[C++]
    TElGoogleDriveUser* get_LastModifyingUser();

[PHP]
    TElGoogleDriveUser get_LastModifyingUser()

[Java]
    TElGoogleDriveUser getLastModifyingUser();

Description

    Use this property to get the user that last modified the object.

See also:     LastModifyingUsername     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum