Setting Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
Setting() | Initializes a new instance of the Setting class. |
![]() |
Setting(String, SettingType, String, String) | Initializes a new instance of the Setting class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefaultValue | The default value of the setting. |
![]() |
Key | The name of the key for the setting, which is a member of the AppSettings.Keys class. |
![]() |
Type | The name of the type of setting, which is a member of the SettingType enumeration: Boolean, Integer, or String. |
![]() |
Value | The value of the setting. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep clone of this object. |
![]() |
CopyFrom | Copies from another object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate | Validates this object. |
Top