Contains the created serial


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Property Serial As String
<CompilerGeneratedAttribute> Get
<CompilerGeneratedAttribute> Set
End Property
C#
public string Serial { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property string Serial sealed {
String get();
void set(String value);
}
J#
/** property */
public string get_Serial();

/** property */
public void set_Serial(string value);
JScript
public CompilerGeneratedAttribute function get Serial() : String

public CompilerGeneratedAttribute function set Serial(value : String);

See Also