IGridViewTransform.GetId Method

Gets the unique identifier of this transform.

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

Syntax

'Declaration
Function GetId As String
'Usage
Dim instance As IGridViewTransform
Dim returnValue As String

returnValue = instance.GetId()
string GetId()

Return Value

Type: System.String
The identifier of the transform.

Remarks

This value should be the same as the value for the key attribute for the transform that is registered in the CustomViewTransforms element of the web.config file for PerformancePoint Services in Microsoft SharePoint Server 2010.

See Also

Reference

IGridViewTransform Interface

IGridViewTransform Members

Microsoft.PerformancePoint.Scorecards.Extensions Namespace