Share via


DeploymentSkipDirective.Item[String] Property

Definition

Gets a single DeploymentSkipDirectiveEntry from the current object.

public:
 property Microsoft::Web::Deployment::DeploymentSkipDirectiveEntry ^ default[System::String ^] { Microsoft::Web::Deployment::DeploymentSkipDirectiveEntry ^ get(System::String ^ name); };
public Microsoft.Web.Deployment.DeploymentSkipDirectiveEntry this[string name] { get; }
member this.Item(string) : Microsoft.Web.Deployment.DeploymentSkipDirectiveEntry
Default Public ReadOnly Property Item(name As String) As DeploymentSkipDirectiveEntry

Parameters

name
String

The name of the DeploymentSkipDirectiveEntry to get.

Property Value

An instance of a DeploymentSkipDirectiveEntry with the specified name, if one exists.

Applies to