| ProtocolRuleDefinitionThen Property |
Represents the THEN conditions
Namespace:
SanteDB.Cdss.Xml.Model
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntax public 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:
ProtocolThenClauseCollectionSee Also