  | BiColumnMappingSource Property  | 
 
            Gets or sets the source of the mapping
            
 
    Namespace: 
   SanteDB.BI.Model
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
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
Type: 
BiColumnMappingSource
See Also