Share via


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.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace