MeasureSetSetting Constructor (Guid, String, String, IListString) | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic MeasureSetSetting(
	Guid id,
	string name,
	string description,
	IList<string> values
)
Public Sub New ( 
	id As Guid,
	name As String,
	description As String,
	values As IList(Of String)
)
public:
MeasureSetSetting(
	Guid id, 
	String^ name, 
	String^ description, 
	IList<String^>^ values
)
new : 
        id : Guid * 
        name : string * 
        description : string * 
        values : IList<string> -> MeasureSetSettingParameters
- id
 - Type: SystemGuid
The setting ID. - name
 - Type: SystemString
Name of the setting. - description
 - Type: SystemString
The setting description. - values
 - Type: System.Collections.GenericIListString
The selected measure unique names. 
See Also