PortalContext.JobServerAddress Property
NOTE: This API is now obsolete.
Gets the address of the job server.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("JobServerAddress is no longer supported; Use the SearchServiceInstance.Server.Address property on the SearchSharedApplication class instead.", _
False)> _
Public ReadOnly Property JobServerAddress As String
Get
'Usage
Dim instance As PortalContext
Dim value As String
value = instance.JobServerAddress
[ObsoleteAttribute("JobServerAddress is no longer supported; Use the SearchServiceInstance.Server.Address property on the SearchSharedApplication class instead.",
false)]
public string JobServerAddress { get; }
Property Value
Type: System.String
A string that contains the address of the job server.