Share via


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.

See also

Reference

ParameterMapping class

ParameterMapping members

Microsoft.PerformancePoint.Scorecards namespace