BasicTransferInformation.Context Property

Definition

Gets or sets the context for the diagnostic data adapter.

public:
 property Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ Context { Microsoft::VisualStudio::TestTools::Execution::DataCollectionContext ^ get(); };
public Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext Context { get; }
member this.Context : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
Public ReadOnly Property Context As DataCollectionContext

Property Value

The context for the diagnostic data adapter.

Applies to