GlobalProperties.JobServer Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("JobServer is no longer supported; Use the IndexServiceInstance property on the SearchSharedApplication class instead.", _
False)> _
Public Property JobServer As Server
Get
Set
'Usage
Dim instance As GlobalProperties
Dim value As Server
value = instance.JobServer
instance.JobServer = value
[ObsoleteAttribute("JobServer is no longer supported; Use the IndexServiceInstance property on the SearchSharedApplication class instead.",
false)]
public Server JobServer { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.Topology.Server