Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveUser.DisplayName

TElGoogleDriveUser     See also     


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


A plain text displayable name of the user.

Declaration

[C#]
    string DisplayName;

[VB.NET]
    Property DisplayName As String

[Pascal]
    property DisplayName: string;

[C++]
    void get_DisplayName(std::string &OutResult);

[PHP]
    string get_DisplayName()

[Java]
    String getDisplayName();

Description

    Use this property to get the user's display name.

See also:     PictureURL    

Discuss this help topic in SecureBlackbox Forum