Compartilhar 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