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 (25.3.0.1000)
Syntaxpublic 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: 
ParameterValue
See Also