Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.