ExecuteMultipleResponseItem.RequestIndex Property
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.
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.