Contains the ProductInfo field of the created serial
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ProductInfo As String |
| C# |
|---|
| public string ProductInfo { get; set; } |
| C++ |
|---|
| public property string ProductInfo sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_ProductInfo(); /** property */ public void set_ProductInfo(string value); |
| JScript |
|---|
| public function get ProductInfo() : String public function set ProductInfo(value : String); |