Share via


Setting Constructor (String, SettingType, String, String) (Microsoft.PerformancePoint.Scorecards)

Constructor

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
    Unique key for setting.
  • type
    Type of setting.
  • settingValue
    Value of setting.
  • defaultValue
    Default value of setting.

See Also

Reference

Setting Class
Setting Members
Microsoft.PerformancePoint.Scorecards Namespace