3.1.4.10.3.1 ParameterGetRemainingResultRecord

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.PerformancePoint.Scorecards.ServerCommon

The ParameterGetRemainingResultRecord complex type contains a string which represents an array of filter’s display data values.

 <xs:complexType name="ParameterGetRemainingResultRecord" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="_members" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

_members: A JSON (as specified in [RFC4627]) serialized string specifying an array of objects that represent the member nodes displayed by the tree view control.