Share via


Setting.Key property

The name of the key for the setting, which is a member of the AppSettings.Keys class.

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

Syntax

'Declaration
Public Overridable Property Key As String
    Get
    Set
'Usage
Dim instance As Setting
Dim value As String

value = instance.Key

instance.Key = value
public virtual string Key { get; set; }

Property value

Type: System.String

See also

Reference

Setting class

Setting members

Microsoft.PerformancePoint.Scorecards namespace