 | BiDataFlowUnionStreamStepUnionWith Property |
Input for the data flow step
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<BiObjectReference> UnionWith { get; set; }Public Property UnionWith As List(Of BiObjectReference)
Get
Set
public:
property List<BiObjectReference^>^ UnionWith {
List<BiObjectReference^>^ get ();
void set (List<BiObjectReference^>^ value);
}member UnionWith : List<BiObjectReference> with get, set
Property Value
ListBiObjectReference
See Also