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