Share via


DeploymentManifestObject.ChildObjects Property

Definition

Getss the collection of child DeploymentManifestObject instances for the current object.

public:
 property System::Collections::Generic::ICollection<Microsoft::Web::Deployment::DeploymentManifestObject ^> ^ ChildObjects { System::Collections::Generic::ICollection<Microsoft::Web::Deployment::DeploymentManifestObject ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Web.Deployment.DeploymentManifestObject> ChildObjects { get; }
member this.ChildObjects : System.Collections.Generic.ICollection<Microsoft.Web.Deployment.DeploymentManifestObject>
Public ReadOnly Property ChildObjects As ICollection(Of DeploymentManifestObject)

Property Value

An ICollection&lt;DeploymentManifestObject&gt; interface.

Applies to