SettingType Enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the format types for settings.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SettingType
'Usage
Dim instance As SettingType
[SerializableAttribute]
public enum SettingType

Members

Member name Description
String Represents a string.
Boolean Represents a Boolean value.
Integer Represents an integer.

Remarks

SettingType specifies how to interpret setting values when they are presented as strings.

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace