Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Search.Extended.Administration Namespace