Writes a boolean value with the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public XElement WriteBool ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteBool( _ |
The name of the element under which the value should be written.
An instance of the .NET XElement class representing the newly created XML element.
See Also