BasicTransferInformation.RequestId Property

Definition

Gets or sets the ID of the request that is associated with the transferred data.

public:
 property Microsoft::VisualStudio::TestTools::Execution::RequestId ^ RequestId { Microsoft::VisualStudio::TestTools::Execution::RequestId ^ get(); void set(Microsoft::VisualStudio::TestTools::Execution::RequestId ^ value); };
public Microsoft.VisualStudio.TestTools.Execution.RequestId RequestId { get; set; }
member this.RequestId : Microsoft.VisualStudio.TestTools.Execution.RequestId with get, set
Public Property RequestId As RequestId

Property Value

The ID of the request that is associated with the transferred data.

Applies to