Class Enrollment
Enrollment Table of System Database.
系統數據庳的登記表格。
Inheritance
System.Object
Enrollment
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class Enrollment
Properties
AppID
Application ID.
應用程式識別碼。
Declaration
[Preserve]
public string AppID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
EnrollmentID
Enrollment unique ID.
登記唯一識別碼。
Declaration
[Preserve]
public int EnrollmentID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PlayerID
Player ID.
玩家識別碼。
Declaration
[Preserve]
public int PlayerID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
UserID
User ID.
使用者識別碼。
Declaration
[Preserve]
public int UserID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |