ContentDeploymentConfiguration.ImportWebServer Property

Gets or sets the designated front-end Web server to use for the content deployment Web Service import operations.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property ImportWebServer As String
    Get
    Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As String

value = instance.ImportWebServer

instance.ImportWebServer = value
public string ImportWebServer { get; set; }

Property Value

Type: System.String

See Also

Reference

ContentDeploymentConfiguration Class

ContentDeploymentConfiguration Members

Microsoft.SharePoint.Publishing.Administration Namespace

ContentDeploymentConfiguration