Share via


BpmProperty.Visible Property (Microsoft.PerformancePoint.Scorecards)

Indicates if the value is exposed in the client UI.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Overridable Property Visible As Boolean
'Usage
Dim instance As BpmProperty
Dim value As Boolean

value = instance.Visible

instance.Visible = value
[XmlAttributeAttribute] 
public virtual bool Visible { get; set; }

Property Value

If true, the value will be exposed in the Dashboard Designer UI (for example, Name, Description, or Person Responsible). If false, this property can be accessed only programmatically through the API.

See Also

Reference

BpmProperty Class
BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace