United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Administration class library
Microsoft.SharePoint.Administration
SPJobDefinition class
SPJobDefinition properties
CanRenameOnRestore property
CanSelectForBackup property
CanSelectForRestore property
Description property
DiskSizeRequired property
DisplayName property
EnableBackup property
HistoryEntries property
IsDisabled property
LastRunTime property
LockType property
Retry property
Schedule property
Server property
Service property
Title property
VerboseTracingEnabled property
WebApplication property
This topic has not yet been rated
-
Rate this topic
SPJobDefinition
.
Server property
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
Gets the server of the job definition.
Namespace:
Microsoft.SharePoint.Administration
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Syntax
C#
VB
Copy
public
SPServer Server {
get
; }
Property value
Type:
Microsoft.SharePoint.Administration.SPServer
An
SPServer
object.
See also
Reference
SPJobDefinition class
SPJobDefinition members
Microsoft.SharePoint.Administration namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD