Setting members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a configuration setting for the server.

The Setting type exposes the following members.

Constructors

  Name Description
Public method Setting() Initializes a new instance of the Setting class.
Public method Setting(String, SettingType, String, String) Initializes a new instance of the Setting class with the specified properties.

Top

Properties

  Name Description
Public property DefaultValue The default value of the setting.
Public property Key The name of the key for the setting, which is a member of the AppSettings.Keys class.
Public property Type The name of the type of setting, which is a member of the SettingType enumeration: Boolean, Integer, or String.
Public property Value The value of the setting.

Top

Methods

  Name Description
Public method Clone Performs a deep clone of this object.
Public method CopyFrom Copies from another object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object.

Top

See also

Reference

Setting class

Microsoft.PerformancePoint.Scorecards namespace