BpmProperty.Visible Property
Indicates whether the property is exposed in PerformancePoint Dashboard Designer.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property Visible As Boolean
Get
Set
'Usage
Dim instance As BpmProperty
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public virtual bool Visible { get; set; }
Property Value
Type: System.Boolean
true if the property is exposed in Dashboard Designer (for example, Name, Description, or Person Responsible); otherwise false.
Remarks
If false, then this property can be accessed programmatically through the API only.