| DbActProtocolSequence Property |
Represents the sequence of the item
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Acts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public int Sequence { get; set; }
Public Property Sequence As Integer
Get
Set
public:
property int Sequence {
int get ();
void set (int value);
}
member Sequence : int with get, set
Property Value
Type:
Int32See Also