ContentDeploymentConfiguration.ExportWebServer Property
Gets or sets the designated front-end Web server to use for the content deployment Web service export operations.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ExportWebServer As String
Get
Set
'Usage
Dim instance As ContentDeploymentConfiguration
Dim value As String
value = instance.ExportWebServer
instance.ExportWebServer = value
public string ExportWebServer { get; set; }
Property Value
Type: System.String
See Also
Reference
ContentDeploymentConfiguration Class
ContentDeploymentConfiguration Members