SPUserCodeService.ProxyOperationTypes Property

Gets the collection of proxy operation types that are registered in the Microsoft SharePoint Foundation farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ProxyOperationTypes As IList(Of SPProxyOperationType)
    Get
'Usage
Dim instance As SPUserCodeService
Dim value As IList(Of SPProxyOperationType)

value = instance.ProxyOperationTypes
public IList<SPProxyOperationType> ProxyOperationTypes { get; }

Property Value

Type: System.Collections.Generic.IList<SPProxyOperationType>
The collection of proxy operation types already registered in the Microsoft SharePoint Foundation farm.

See Also

Reference

SPUserCodeService Class

SPUserCodeService Members

Microsoft.SharePoint.Administration Namespace