Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectionContext::SessionId Property

 

Gets the SessionId for the session under which the data collection occurs. Will not be null.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

public:
property SessionId^ SessionId {
	SessionId^ get();
}

This value will not be null.

Return to top
Show: