Class UserProfile
UserProfile
Inherited Members
Namespace: Unity.Services.Apis.Friends
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "UserProfile")]
[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
[DataMember(Name = "name", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the user from Social Profiles. |