DataCollectionEnvironmentContext.SessionDataCollectionContext Property
Gets the session context for a diagnostic data adapter. The set accessor is for internal use only.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property SessionDataCollectionContext As DataCollectionContext
public DataCollectionContext SessionDataCollectionContext { get; internal set; }
public:
property DataCollectionContext^ SessionDataCollectionContext {
DataCollectionContext^ get ();
internal: void set (DataCollectionContext^ value);
}
member SessionDataCollectionContext : DataCollectionContext with get, internal set
function get SessionDataCollectionContext () : DataCollectionContext
internal function set SessionDataCollectionContext (value : DataCollectionContext)
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
The session context for a 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.
See Also
Reference
DataCollectionEnvironmentContext Class