Share via


DeploymentBaseOptions.LinkExtensions Property

Definition

Get an enumerable collection of DeploymentLinkExtension objects.

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

Property Value

A valid IEnumerable&lt;DeploymentLinkExtension&gt; collection interface.

Applies to