 | RulesetLibraryWhen Property |
When clause for the entire ruleset
Namespace:
SanteDB.Cdss.Xml.Model
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic List<ProtocolWhenClauseCollection> When { get; set; }
Public Property When As List(Of ProtocolWhenClauseCollection)
Get
Set
public:
property List<ProtocolWhenClauseCollection^>^ When {
List<ProtocolWhenClauseCollection^>^ get ();
void set (List<ProtocolWhenClauseCollection^>^ value);
}
member When : List<ProtocolWhenClauseCollection> with get, set
Property Value
Type:
ListProtocolWhenClauseCollection
See Also