Share via


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

  • defaultValue
    Type: System.String

    The default value of the setting.

See also

Reference

Setting class

Setting members

Setting overload

Microsoft.PerformancePoint.Scorecards namespace