SPUserCodeService properties

The SPUserCodeService type exposes the following members.

Properties

  Name Description
Public property AlwaysRecycleAppDomains Gets or sets a value that indicates whether the service should keep the application domain of a specific sandboxed solution alive after the solution has finished and reuse the same domain the next time there is are request for the same solution.
Public property Applications Gets the collection of service applications associated with the service. (Inherited from SPService.)
Public property AspNetRootFolder Gets or sets the full path of the root folder for sandboxed solution service requests that originate outside ASP.NET.
Public property AutoProvision Available in SharePoint 2016 and later. Gets (and in some scenarios sets) a Boolean value that indicates whether the service is enabled on the farm. (Inherited from SPService.)
Public property BlockedSolutions Gets the collection of sandboxed solutions that are blocked in the Microsoft SharePoint Foundation farm.
Public property CanBackupRestoreAsConfiguration Gets a value that indicates whether the service object can be included in a configuration-only backup or restore operation.
Public property CanRenameOnRestore Gets a value that indicates whether the SPUserCodeService can be renamed when it is restored.
Public property CanSelectForBackup Gets or sets a value that indicates whether the SPUserCodeService can be selected individually for a backup operation.
Public property CanSelectForRestore Gets or sets a value that indicates whether the SPUserCodeService can be selected individually for a restore operation.
Public property CanUpgrade Gets a value that indicates whether the object can be upgraded. (Inherited from SPPersistedUpgradableObject.)
Public property CompliantWithMinRole (Inherited from SPService.)
Public property DataAggregationInterval Gets or sets the amount of time, in seconds, between the data aggregation service operations that push data back into the content database.
Public property DeploymentLocked (Inherited from SPPersistedObject.)
Public property Description (Overrides SPService.Description.)
Public property DiskSizeRequired Gets the disk space that is required for a backup.
Public property DisplayName Gets the display name that describes the persisted object instance within the administrative user interface. (Inherited from SPPersistedObject.)
Public property Farm Gets the server farm where the object resides. (Inherited from SPPersistedObject.)
Public property Hidden (Inherited from SPService.)
Public property Id Gets or sets the GUID that is associated with the object. (Inherited from SPPersistedObject.)
Public property Instances Gets a collection of all instances of the service in the server farm. (Inherited from SPService.)
Public property IsBackwardsCompatible Gets or sets a value that indicates whether the current object is backward compatible. (Inherited from SPPersistedUpgradableObject.)
Public property IsEnabled Gets a value that indicates whether the current service is provisioned and running as expected.
Public property JobDefinitions Gets a collection of job definitions for this service. (Inherited from SPService.)
Public property JobHistoryEntries Gets an enumeration of the job history entries for this service. (Inherited from SPService.)
Public property LoadBalancer Gets or sets the load balancer that assigns requests for sandboxed solutions to particular servers when the farm is running sandboxed solutions in affinity mode (sometimes called “remote mode”).
Public propertyStatic member Local Gets the main user code service that is associated with this farm.
Public property Name Gets or sets a name that is used to uniquely identify two objects that have the same parent and class. (Inherited from SPPersistedObject.)
Public property NeedsUpgrade Gets or sets a Boolean value that specifies whether the object needs to be upgraded. (Inherited from SPPersistedUpgradableObject.)
Public property NeedsUpgradeIncludeChildren Gets a Boolean value that indicates whether the object should be upgraded, considering the children of the object. (Inherited from SPPersistedUpgradableObject.)
Public property Parent Gets the parent in the logical hierarchy of the configuration object tree. (Inherited from SPPersistedObject.)
Public property ProcessIdentity Gets the process identity for the Windows service. (Inherited from SPWindowsService.)
Public property Properties Gets metadata for the persisted object. (Inherited from SPPersistedObject.)
Public property ProxyOperationTypes Gets the collection of proxy operation types that are registered in the Microsoft SharePoint Foundation farm.
Public property Required Gets a Boolean value that indicates whether an instance of the service must be running on at least one computer in the server farm. (Inherited from SPService.)
Public property ResourceMeasures Gets the collection of measures for regulating the resource usage of services in the Microsoft SharePoint Foundation farm.
Public property ResourceUsageRetentionDays Gets or sets the number of days to retain resource usage information in the content database.
Public property RunningJobs Gets a collection of running jobs for this service. (Inherited from SPService.)
Public property SecurityPolicyFileCore Gets or sets the name of the security policy configuration file for requests that originate outside ASP.NET.
Public property ServicePort Gets or sets the port number used to connect to the service.
Public property ShouldDeferUpgradeActions (Inherited from SPPersistedUpgradableObject.)
Public property SolutionValidators Gets the collection of solution validators for validating sandboxed solutions.
Public property Status Gets or sets the status of the object that the class represents. (Inherited from SPPersistedObject.)
Public property SystemService (Inherited from SPService.)
Public property Tiers Gets the collection of properties that describes the execution tiers.
Public property TypeDefinitionCheckLevel
Public property TypeDefinitions
Public property TypeName Gets the friendly name used to describe the instance of the service that runs sandboxed solutions. (Overrides SPPersistedObject.TypeName.)
Public property UpgradeContext Gets the SPUpgradeContext for the current upgrade operation. (Inherited from SPPersistedUpgradableObject.)
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)
Public property UseLocalServerOnly Gets or sets a value that indicates whether the service must use only the local machine.
Public property Version Gets a value that is incremented each time the object is updated. (Inherited from SPPersistedObject.)
Protected property WasCreated Gets a Boolean value that indicates whether the object is initialized and can be found in the database. (Inherited from SPPersistedObject.)
Public property WorkerProcessExecutionTimeout Gets or sets the amount of time, in seconds, that a single request is allowed to execute inside the sandboxed worker process.
Public property WorkerProcessRecycleTime Gets or sets the amount of time, in minutes, that sandboxed worker processes are automatically recycled.

Top

See also

Reference

SPUserCodeService class

Microsoft.SharePoint.Administration namespace