ParameterContainer.FriendlyParameters Property
Gets a summary of the parameters of the current instance.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property FriendlyParameters As NameValueCollection
Get
'Usage
Dim instance As ParameterContainer
Dim value As NameValueCollection
value = instance.FriendlyParameters
public NameValueCollection FriendlyParameters { get; }
Property Value
Type: System.Collections.Specialized.NameValueCollection
A summary of the parameters of the current instance, restated as human readable friendly name/value pairs.