Share via


DeploymentContext.Deployer Property

You use the Deployer property to access the Deployer interface. You use this interface to deploy resources in the FAST Search Server 2010 for SharePoint farm.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Public ReadOnly Property Deployer As Deployer
    Get
'Usage
Dim instance As DeploymentContext
Dim value As Deployer

value = instance.Deployer
public Deployer Deployer { get; }

Property Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Deployment.Deployer
Gets a reference to the Deployer interface.

See Also

Reference

DeploymentContext Class

DeploymentContext Members

Microsoft.SharePoint.Search.Extended.Administration Namespace