| ProtocolRuleDefinitionWhen Property |
Represents a WHEN condition
Namespace:
SanteDB.Cdss.Xml.Model
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntax public ProtocolWhenClauseCollection When { get; set; }
Public Property When As ProtocolWhenClauseCollection
Get
Set
public:
property ProtocolWhenClauseCollection^ When {
ProtocolWhenClauseCollection^ get ();
void set (ProtocolWhenClauseCollection^ value);
}
member When : ProtocolWhenClauseCollection with get, set
Property Value
Type:
ProtocolWhenClauseCollectionSee Also