| BiMetadataDemands Property |
Gets or sets the list of demand policies
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public List<string> Demands { get; set; }
Public Property Demands As List(Of String)
Get
Set
public:
property List<String^>^ Demands {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Demands : List<string> with get, set
Property Value
Type:
ListStringSee Also