ExecuteMultipleResponseItem.RequestIndex Property

Definition

Gets or sets the numerical position of a message request in a request collection.

public:
 property int RequestIndex { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int RequestIndex { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RequestIndex : int with get, set
Public Property RequestIndex As Integer

Property Value

The position of a message request in a request collection, starting at zero.

Attributes

Remarks

Identifies which message request in a request collection that the response item applies to.

Applies to

See also