Share via


Setting.Type property

The name of the type of setting, which is a member of the SettingType enumeration: Boolean, Integer, or String.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property Type As SettingType
    Get
    Set
'Usage
Dim instance As Setting
Dim value As SettingType

value = instance.Type

instance.Type = value
public virtual SettingType Type { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.SettingType

See also

Reference

Setting class

Setting members

Microsoft.PerformancePoint.Scorecards namespace