Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Work Item Tracking iteration path for the team's backlog iteration (or null if none is set)
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property BacklogIterationPath As String
public string BacklogIterationPath { get; set; }
public:
property String^ BacklogIterationPath {
String^ get ();
void set (String^ value);
}
member BacklogIterationPath : string with get, set
function get BacklogIterationPath () : String
function set BacklogIterationPath (value : 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