 | BiColumnMappingSource Property |
Gets or sets the source of the mapping
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic BiColumnMappingSource Source { get; set; }Public Property Source As BiColumnMappingSource
Get
Set
public:
property BiColumnMappingSource^ Source {
BiColumnMappingSource^ get ();
void set (BiColumnMappingSource^ value);
}member Source : BiColumnMappingSource with get, set
Property Value
BiColumnMappingSource
See Also