NamedSetTokenSelection Property |
Gets or sets the member selection.
Namespace:
Dundas.BI.Data.Parameters.Tokens
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ParameterValue? Selection { get; set; }
Public Property Selection As ParameterValue
Get
Set
public:
property ParameterValue^ Selection {
ParameterValue^ get ();
void set (ParameterValue^ value);
}
member Selection : ParameterValue with get, set
Property Value
Type:
ParameterValueSee Also