Share via


TimeIntelligenceMdxSettings.Deserialize Method (Microsoft.PerformancePoint.Scorecards)

Deserializes the specified XML.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function Deserialize ( _
    xml As String _
) As TimeIntelligenceMdxSettings
'Usage
Dim xml As String
Dim returnValue As TimeIntelligenceMdxSettings

returnValue = TimeIntelligenceMdxSettings.Deserialize(xml)
public static TimeIntelligenceMdxSettings Deserialize (
    string xml
)

Parameters

  • xml
    The XML to deserialize.

See Also

Reference

TimeIntelligenceMdxSettings Class
TimeIntelligenceMdxSettings Members
Microsoft.PerformancePoint.Scorecards Namespace