AgentContext.SessionDataCollectionContext Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property SessionDataCollectionContext As DataCollectionContext
Get
Friend Set
'Usage
Dim instance As AgentContext
Dim value As DataCollectionContext
value = instance.SessionDataCollectionContext
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
.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.