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