ParameterMapping.IsDefaultVisibility Property
Gets or sets a Boolean value that indicates whether the Web Part is shown by default when the provider does not enable any consumers through configured visible values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsDefaultVisibility As Boolean
Get
Set
'Usage
Dim instance As ParameterMapping
Dim value As Boolean
value = instance.IsDefaultVisibility
instance.IsDefaultVisibility = value
public bool IsDefaultVisibility { get; set; }
Property Value
Type: System.Boolean
true if the Web Part is shown by default when the provider does not enable any consumers through configured visible values; otherwise false.