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.