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
- 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.