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
'Declaration
Property Sprint As String
string Sprint { get; set; }
property String^ Sprint {
String^ get ();
void set (String^ value);
}
abstract Sprint : string with get, set
function get Sprint () : String
function set Sprint (value : String)
Property Value
Type: String
Returns String.
.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.