ProjectWorkflowContext.SerializeToXml method
Serializes the project workflow context to XML.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function SerializeToXml As String
'Usage
Dim instance As ProjectWorkflowContext
Dim returnValue As String
returnValue = instance.SerializeToXml()
public string SerializeToXml()
Return value
Type: System.String
The serialized XML data represents the project workflow context.