Gets or sets a seed.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public long Seed { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Seed As Long |
Visual C++ |
---|
public: property long long Seed { long long get (); void set (long long value); } |