Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
header
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItemThe root header of the tree to receive new GUIDs.
Exceptions
| Exception | Condition |
|---|---|
| NullReferenceException | Thrown when header is null. |