Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the properties of this cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Properties As PropertyBag
Get
Set
'Usage
Dim instance As GridCell
Dim value As PropertyBag
value = instance.Properties
instance.Properties = value
public PropertyBag Properties { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.PropertyBag
The properties of this cell.
Remarks
Custom extensions can use Properties to specify custom properties for a scorecard cell.