Class App
App Table of System Database.
系統數據庳的應用程式表格。
Inheritance
System.Object
App
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class App
Properties
AppID
Application unique ID.
應用程式唯一識別碼。
Declaration
[Preserve]
public string AppID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Description of application.
應用程式描述。
Declaration
[Preserve]
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImagePath
Icon image path of application.
應用程式圖示影像路徑。
Declaration
[Preserve]
public string ImagePath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Application name.
應用程式名稱。
Declaration
[Preserve]
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |