Share via


GridHeaderUtils.AssignAllNewGuids method

Assigns new GUIDs to this header and all of its descendants.

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

Syntax

'Declaration
Public Shared Sub AssignAllNewGuids ( _
    header As GridHeaderItem _
)
'Usage
Dim header As GridHeaderItemGridHeaderUtils.AssignAllNewGuids(header)
public static void AssignAllNewGuids(
    GridHeaderItem header
)

Parameters

Exceptions

Exception Condition
NullReferenceException

Thrown when header is null.

See also

Reference

GridHeaderUtils class

GridHeaderUtils members

Microsoft.PerformancePoint.Scorecards namespace