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)
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.