Share via


MemberCollection.DeserializeFromXml method

Deserializes this collection from an XML document.

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

Syntax

'Declaration
Public Shared Function DeserializeFromXml ( _
    xml As String _
) As MemberCollection
'Usage
Dim xml As String
Dim returnValue As MemberCollection

returnValue = MemberCollection.DeserializeFromXml(xml)
public static MemberCollection DeserializeFromXml(
    string xml
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A member collection.

See also

Reference

MemberCollection class

MemberCollection members

Microsoft.PerformancePoint.Scorecards namespace