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.
Returns the display name of this operation.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Function GetDisplayName ( _
memberDisplayName As String _
) As String
'Usage
Dim instance As MemberOperation
Dim memberDisplayName As String
Dim returnValue As String
returnValue = instance.GetDisplayName(memberDisplayName)
public virtual string GetDisplayName(
string memberDisplayName
)
Parameters
memberDisplayName
Type: System.StringThe display name of the member that this operation is performed on.
Return Value
Type: System.String
The display name of this operation or an empty string if the operation is not implemented.