MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.WriteULong Method
See Also
 





Writes the specified unsigned long value as an XML element with the specified name and the specified parent.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public XmlElement WriteULong (
    ulong value,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteULong( _
    value As ULong, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

value

Type: UInt64
The unsigned long value to write.

elementName

Type: String
The name of the new XML element.

parentElement

Type: XmlElement
The parent of the new XML element.

 Return Value

Type: XmlElement
The newly created XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace