Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.FirstName

TElOneDriveUserInfo     See also     


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


User's first name.

Declaration

[C#]
    string FirstName;

[VB.NET]
    Property FirstName As String

[Pascal]
    property FirstName: string;

[C++]
    void get_FirstName(std::string &OutResult);
    void set_FirstName(const std::string &Value);

[PHP]
    string get_FirstName()
    void set_FirstName(string $Value)

[Java]
    String getFirstName();
    void setFirstName(String Value);

Description

    Use this property to get or set user's first (given) name.

See also:     LastName    

Discuss this help topic in SecureBlackbox Forum