GridHeaderItem.DefinitionGuid Property
Gets or sets the GUID that relates a data header to the definition header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property DefinitionGuid As Guid
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Guid
value = instance.DefinitionGuid
instance.DefinitionGuid = value
public Guid DefinitionGuid { get; set; }
Property Value
Type: System.Guid
The GUID that relates a data header to the definition header.
Remarks
One use for this property is for resolving expanded named sets headers (GridViewData) back to their definition header (GridViewDefinition).