| DbSubstanceAdministrationSequenceId Property |
Gets or sets the sequence number
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Acts
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public int? SequenceId { get; set; }
Public Property SequenceId As Integer?
Get
Set
public:
property Nullable<int> SequenceId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member SequenceId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also