Class Player
Player Table of System Database.
系統數據庳的玩家表格。
Inheritance
System.Object
Player
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class Player
Properties
Account
Player account for joining the session.
加入場節的玩家帳戶。
Declaration
[Preserve]
public string Account { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FullName
Full name of player.
玩家全名。
Declaration
[Preserve]
public string FullName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Password for joining the session.
加入場節的密碼。
Declaration
[Preserve]
public string Password { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
PlayerID
Player unique ID.
玩家唯一識別碼。
Declaration
[Preserve]
public int PlayerID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Remark
Remark of player.
玩家備註。
Declaration
[Preserve]
public string Remark { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SmartID
Smart identifier for joining the session.
加入場節的智能識別碼。
Declaration
[Preserve]
public string SmartID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |