RequestBase.SetArgument(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the argument at the specified index.
public virtual void SetArgument (int index, object value);
abstract member SetArgument : int * obj -> unit
override this.SetArgument : int * obj -> unit
Public Overridable Sub SetArgument (index As Integer, value As Object)
Parameters
- index
- Int32
The argument index.
- value
- Object
The argument value