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 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.StringA session identifier that defines the state of the client.
itemUniqueName
Type: System.StringThe 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