GridHeaderItem.GroupId Property
Gets or sets the identifier used to identify the members in a member set.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property GroupId As Integer
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Integer
value = instance.GroupId
instance.GroupId = value
public int GroupId { get; set; }
Property Value
Type: System.Int32
The identifier used to identify the members in a member set.