Compartilhar via


Service.Children property

The Children property returns a collection of all of the immediate children of this Service object.

This property is read-only.

Syntax

Children = Service.Children

Property value

A read-only childrenCollection.

Remarks

To retrieve a collection of children from a service that is filtered by one or more data formats, such as "WPD" or "MP3", use the Service.GetChildrenByFormat method.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

childrenCollection Object

Service Object