Click or drag to resize

DgmlWriterGetContents Method

Retrieves a serialized DGML graph as an XML string.

Namespace:  NRules.Diagnostics.Dgml
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public string GetContents()

Return Value

Type: String
Contents of the serialized DGML graph as an XML string.
See Also