Share via


DeploymentSyncParameter.Entries Property

Definition

Gets an IEnumerable<DeploymentSyncParameterEntry> interface that references the DeploymentSyncParameterEntry objects in the current parameter.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentSyncParameterEntry ^> ^ Entries { System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentSyncParameterEntry ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentSyncParameterEntry> Entries { get; }
member this.Entries : seq<Microsoft.Web.Deployment.DeploymentSyncParameterEntry>
Public ReadOnly Property Entries As IEnumerable(Of DeploymentSyncParameterEntry)

Property Value

An IEnumerable&lt;DeploymentSyncParameterEntry&gt; interface that references the DeploymentSyncParameterEntry objects in the current parameter instance.

Applies to