ParameterMappingTarget Property |
Gets or sets the target.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ParameterMappingItem? Target { get; set; }Public Property Target As ParameterMappingItem
Get
Set
public:
property ParameterMappingItem^ Target {
ParameterMappingItem^ get ();
void set (ParameterMappingItem^ value);
}member Target : ParameterMappingItem with get, set
Property Value
ParameterMappingItem
The target.
See Also