Share via


SPUserCodeService.ProxyOperationTypes-Eigenschaft

Ruft die Auflistung von Proxy-Vorgangstypen, die in der Farm Microsoft SharePoint Foundation registriert sind.

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; }

Eigenschaftswert

Typ: System.Collections.Generic.IList<SPProxyOperationType>
Die Auflistung der Proxy Vorgangstypen bereits registriert in der Farm Microsoft SharePoint Foundation .

Siehe auch

Referenz

SPUserCodeService Klasse

SPUserCodeService-Member

Microsoft.SharePoint.Administration-Namespace