Member.CreateKey Method

Creates a hash key that uniquely identifies this member.

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

Syntax

'Declaration
Public Function CreateKey As String
'Usage
Dim instance As Member
Dim returnValue As String

returnValue = instance.CreateKey()
public string CreateKey()

Return Value

Type: System.String
The key as a string.

Remarks

The key is created by concatenating the member's unique name, type, and the serialized version of any operations, and then computing a hash.

See Also

Reference

Member Class

Member Members

Microsoft.PerformancePoint.Scorecards Namespace