Share via


GridHeaderItem.Tag Property (Microsoft.PerformancePoint.Scorecards)

A general purpose tag for this header. This tag will not be serialized.

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

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property Tag As Object
'Usage
Dim instance As GridHeaderItem
Dim value As Object

value = instance.Tag

instance.Tag = value
[XmlIgnoreAttribute] 
public Object Tag { get; set; }

Remarks

This property is used internally, and it is not persisted.

See Also

Reference

GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace