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.
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.