Click or drag to resize
RequestSet Method
Overload List
  NameDescription
Public methodSet(String, Constant)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Datetime)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Name)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Boolean)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Byte)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Char)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Double)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Int32)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Int64)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, Single)
Sets the element of this request having the specified name to the specified value.
Public methodSet(String, String)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Constant)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Datetime)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Name)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Boolean)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Byte)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Char)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Double)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Int32)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Int64)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, Single)
Sets the element of this request having the specified name to the specified value.
Public methodSet(Name, String)
Sets the element of this request having the specified name to the specified value.
Top
See Also