Interface IProductInformation
Details about the product
Namespace: Oasys.AdSec
Assembly: cs.temp.dll.dll
Syntax
public interface IProductInformation
Properties
ProductName
Name of the product
Declaration
string ProductName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Version of the product
Declaration
string Version { get; }
Property Value
| Type | Description |
|---|---|
| System.String |