Share via


MemberOperationDescendants.GetDisplayName method

Gets the display name of this operation from resources.

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

Syntax

'Declaration
Public Overrides Function GetDisplayName ( _
    memberDisplayName As String _
) As String
'Usage
Dim instance As MemberOperationDescendants
Dim memberDisplayName As String
Dim returnValue As String

returnValue = instance.GetDisplayName(memberDisplayName)
public override string GetDisplayName(
    string memberDisplayName
)

Parameters

  • memberDisplayName
    Type: System.String

    The display name of the member that this operation is performed on.

Return value

Type: System.String
The display name of this operation.

See also

Reference

MemberOperationDescendants class

MemberOperationDescendants members

Microsoft.PerformancePoint.Scorecards namespace