ParameterMappingSource Property |
Gets or sets the source.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ParameterMappingItem Source { get; set; }
Public Property Source As ParameterMappingItem
Get
Set
public:
property ParameterMappingItem^ Source {
ParameterMappingItem^ get ();
void set (ParameterMappingItem^ value);
}
member Source : ParameterMappingItem with get, set
Property Value
Type:
ParameterMappingItem
The source.
See Also