BIMonitoringServiceApplicationProxy.DecompGetMemberProperties method

Returns the properties that are associated with the specified node.

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

Syntax

'Declaration
Public Function DecompGetMemberProperties ( _
    navigationContext As String, _
    itemUniqueName As String _
) As DecompMemberProperties
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim navigationContext As String
Dim itemUniqueName As String
Dim returnValue As DecompMemberProperties

returnValue = instance.DecompGetMemberProperties(navigationContext, _
    itemUniqueName)
public DecompMemberProperties DecompGetMemberProperties(
    string navigationContext,
    string itemUniqueName
)

Parameters

  • navigationContext
    Type: System.String

    A session identifier that defines the state of the client.

  • itemUniqueName
    Type: System.String

    The identifier of the node to expand. This identifier is the unique name of the DecompRenderResultNode object, which is defined by the PPSDecompRenderingService web service.

Return value

Type: DecompMemberProperties
The properties that are associated with the specified node.

Remarks

Instructions for using the PPSDecompRenderingService web service are beyond the scope of this documentation.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace