C-DEngine 5.105

TheMetaDataBase..::..cdeSEQ Property

Sequence number

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<long> cdeSEQ { get; set; }
Public Property cdeSEQ As Nullable(Of Long)
	Get
	Set
public:
property Nullable<long long^> cdeSEQ {
	Nullable<long long^> get ();
	void set (Nullable<long long^> value);
}