Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the [Microsoft.VisualStudio.TestTools.Common.SessionId] for the session under which the data collection occurs. Will not be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public ReadOnly Property SessionId As SessionId
public SessionId SessionId { get; }
public:
property SessionId^ SessionId {
SessionId^ get ();
}
member SessionId : SessionId with get
function get SessionId () : SessionId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.SessionId
A [Microsoft.VisualStudio.TestTools.Common.SessionId] object.
Remarks
This value will not be nulla null reference (Nothing in Visual Basic).
.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
Microsoft.VisualStudio.TestTools.Execution Namespace