Freigeben über


ISession.UserStoryId-Eigenschaft

Die User Story ID, die für die Sitzung ausgeführt wurde. 0 für Ad-Hoc-Sitzung.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Property UserStoryId As Integer
int UserStoryId { get; set; }
property int UserStoryId {
    int get ();
    void set (int value);
}
abstract UserStoryId : int with get, set
function get UserStoryId () : int 
function set UserStoryId (value : int)

Eigenschaftswert

Typ: Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISession Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace