Class Info
Provides information about the application, such as its version and description.
Inherited Members
Namespace: DataWeb.App
Assembly: DataWeb.Core.dll
Syntax
public static class Info
Properties
Description
Gets the application's description.
Declaration
public static string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Gets the application's version.
Declaration
public static string Version { get; }
Property Value
| Type | Description |
|---|---|
| string |