  | ProtocolRuleDefinitionThen Property  | 
 
            Represents the THEN conditions
            
 
    Namespace: 
   SanteDB.Cdss.Xml.Model
    Assembly:
   SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic ProtocolThenClauseCollection Then { get; set; }Public Property Then As ProtocolThenClauseCollection
	Get
	Set
public:
property ProtocolThenClauseCollection^ Then {
	ProtocolThenClauseCollection^ get ();
	void set (ProtocolThenClauseCollection^ value);
}member Then : ProtocolThenClauseCollection with get, set
Property Value
Type: 
ProtocolThenClauseCollection
See Also