 | BiIndicatorDefinitionPeriod Property |
Gets or sets the period of the measure (how often the measure is to be taken)
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic BiIndicatorPeriodDefinition Period { get; set; }Public Property Period As BiIndicatorPeriodDefinition
Get
Set
public:
property BiIndicatorPeriodDefinition^ Period {
BiIndicatorPeriodDefinition^ get ();
void set (BiIndicatorPeriodDefinition^ value);
}member Period : BiIndicatorPeriodDefinition with get, set
Property Value
BiIndicatorPeriodDefinition
See Also