 | ProtocolDefinitionWhen Property |
When clause for the entire protocol
Namespace:
SanteDB.Cdss.Xml.Model
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic 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:
ProtocolWhenClauseCollection
See Also