Writes the specified unsigned short value as an XML element with the specified name and the specified parent.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public XmlElement WriteUShort ( |
Visual Basic
![]() |
---|
Public Function WriteUShort( _ |
Type: UInt16
The unsigned short value to write.
Type: String
The name of the new XML element.
Type: XmlElement
The parent of the new XML element.
Type: XmlElement
The newly created XML element.