TeamSettings.CurrentIterationPath Property
Work Item Tracking iteration path for the team's current iteration (or null if none is set).
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentIterationPath As String
public string CurrentIterationPath { get; }
public:
property String^ CurrentIterationPath {
String^ get ();
}
member CurrentIterationPath : string with get
function get CurrentIterationPath () : String
Property Value
Type: System.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.
See Also
Reference
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace