Namespace: TfsApi.Administration.DtoAssembly: TfsApi (in TfsApi.dll) Version: 1.2.4952.20910
public List<ProjectIteration> Children { get; set; }
public List<ProjectIteration> Children { get; set; }
Public Property Children As List(Of ProjectIteration)
Get
Set
Public Property Children As List(Of ProjectIteration)
Get
Set
public:
property List<ProjectIteration^>^ Children {
List<ProjectIteration^>^ get ();
void set (List<ProjectIteration^>^ value);
}
public:
property List<ProjectIteration^>^ Children {
List<ProjectIteration^>^ get ();
void set (List<ProjectIteration^>^ value);
}
Property Value
Type:
List ProjectIteration