BasicTransferInformation.Context Property
Gets or sets the context for the diagnostic data adapter.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property Context As DataCollectionContext
public DataCollectionContext Context { get; private set; }
public:
property DataCollectionContext^ Context {
DataCollectionContext^ get ();
private: void set (DataCollectionContext^ value);
}
member Context : DataCollectionContext with get, private set
function get Context () : DataCollectionContext
private function set Context (value : DataCollectionContext)
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
The context for the diagnostic data adapter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.