Setting Constructor (String, SettingType, String, String)
Initializes a new instance of the Setting class with the specified properties.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
key As String, _
type As SettingType, _
settingValue As String, _
defaultValue As String _
)
'Usage
Dim key As String
Dim type As SettingType
Dim settingValue As String
Dim defaultValue As String
Dim instance As New Setting(key, type, _
settingValue, defaultValue)
public Setting(
string key,
SettingType type,
string settingValue,
string defaultValue
)
Parameters
key
Type: System.StringThe unique key for the setting.
type
Type: Microsoft.PerformancePoint.Scorecards.SettingTypeThe type of setting.
settingValue
Type: System.StringThe value of the setting.
defaultValue
Type: System.StringThe default value of the setting.