  | ActProtocolSequence Property  | 
 
            Represents the sequence of the act in the protocol
            
 
    Namespace: 
   SanteDB.Core.Model.Acts
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic 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: 
Int32
See Also