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.
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.