Compartilhar via


GridCell.Properties Property

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.

See Also

Reference

GridCell Class

GridCell Members

Microsoft.PerformancePoint.Scorecards Namespace