RosterTo Xml(Boolean) Method
Gets the solution in an XML format.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
The solution in an XML format.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string ToXml(
bool indent
)VB
Public Function ToXml (
indent As Boolean
) As StringC++
public:
String^ ToXml(
bool indent
)F#
member ToXml :
indent : bool -> string Parameters
- indent Boolean
- If true then the XML will be neatly formatted and indented.
Return Value
StringThe solution in an XML format.
Remarks
Does not include the violation XML tags.