TeamSettings.IterationPaths Property
Team Iterations. The set of Work Item Tracking iteration paths that the team participates in
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property IterationPaths As String()
public string[] IterationPaths { get; set; }
public:
property array<String^>^ IterationPaths {
array<String^>^ get ();
void set (array<String^>^ value);
}
member IterationPaths : string[] with get, set
function get IterationPaths () : String[]
function set IterationPaths (value : String[])
Property Value
Type: array<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