Contains the ProductInfo field of the created serial
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public WriteOnly Property ProductInfo As String <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string ProductInfo { [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string ProductInfo sealed { void set(String value); } |
| J# |
|---|
| /** property */ public void set_ProductInfo(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function set ProductInfo(value : String); |