Share via


ISession.Sprint Property

 

Sprint in which the session was created.

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

Syntax

string Sprint { get; set; }
property String^ Sprint {
    String^ get();
    void set(String^ value);
}
abstract Sprint : string with get, set
Property Sprint As String

Property Value

Type: System.String

Returns String.

See Also

ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top