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
xml
Type: System.StringThe XML document to deserialize from.
Return value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A member collection.