GridHeaderItem.SerializeTag property

Gets or sets the serializable, general purpose tag for this header object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property SerializeTag As Object
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As Object

value = instance.SerializeTag

instance.SerializeTag = value
public Object SerializeTag { get; set; }

Property value

Type: System.Object
The serializable, general purpose tag for this header object.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace