Class UserProfile
UserProfile
Inherited Members
Namespace: Unity.Services.Apis.Friends
Assembly: solution.dll
Syntax
[Preserve]
public class UserProfile
Constructors
UserProfile(string)
Initializes a new instance of the UserProfile class.
Declaration
[Preserve]
public UserProfile(string name = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the user from Social Profiles. (required). |
Properties
Name
The name of the user from Social Profiles.
Declaration
[Preserve]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the user from Social Profiles. |