TeamFoundationServiceHostProperties.Children Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Children As List(Of TeamFoundationServiceHostProperties)
public List<TeamFoundationServiceHostProperties> Children { get; internal set; }
public:
property List<TeamFoundationServiceHostProperties^>^ Children {
    List<TeamFoundationServiceHostProperties^>^ get ();
    internal: void set (List<TeamFoundationServiceHostProperties^>^ value);
}
member Children : List<TeamFoundationServiceHostProperties> with get, internal set
function get Children () : List<TeamFoundationServiceHostProperties>
internal function set Children (value : List<TeamFoundationServiceHostProperties>)

Property Value

Type: System.Collections.Generic.List<TeamFoundationServiceHostProperties>
Returns List<T>.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace