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