Click or drag to resize
ElementSetElement Method
Overload List
  NameDescription
Public methodSetElement(String, Constant) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Constant) instead.
Public methodSetElement(String, Datetime) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Datetime) instead.
Public methodSetElement(String, Name) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Name) instead.
Public methodSetElement(String, Boolean) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Boolean) instead.
Public methodSetElement(String, Byte) Obsolete.
Public methodSetElement(String, Char) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Char) instead.
Public methodSetElement(String, Double) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Double) instead.
Public methodSetElement(String, Int32) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Int32) instead.
Public methodSetElement(String, Int64) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Int64) instead.
Public methodSetElement(String, Single) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, Single) instead.
Public methodSetElement(String, String) Obsolete.
Sets the named sub-element to the specified value. Deprecated, use SetElement(Name, String) instead.
Public methodSetElement(Name, Constant)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Datetime)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Name)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Boolean)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Byte)
Public methodSetElement(Name, Char)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Double)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Int32)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Int64)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, Single)
Sets the named sub-element to the specified value.
Public methodSetElement(Name, String)
Sets the named sub-element to the specified value.
Top
See Also