Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.LastName

TElOneDriveUserInfo     See also     


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


User's last name.

Declaration

[C#]
    string LastName;

[VB.NET]
    Property LastName As String

[Pascal]
    property LastName: string;

[C++]
    void get_LastName(std::string &OutResult);
    void set_LastName(const std::string &Value);

[PHP]
    string get_LastName()
    void set_LastName(string $Value)

[Java]
    String getLastName();
    void setLastName(String Value);

Description

    Use this property to get or set user's last (family) name.

See also:     FirstName    

Discuss this help topic in SecureBlackbox Forum