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