SPProxyOperationType-Klasse

Stellt den Typ der Proxy-Operation.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.UserCode.SPProxyOperationType

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPProxyOperationType _
    Inherits SPAutoSerializingObject _
    Implements IEquatable(Of SPProxyOperationType)
'Usage
Dim instance As SPProxyOperationType
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPProxyOperationType : SPAutoSerializingObject, 
    IEquatable<SPProxyOperationType>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPProxyOperationType-Member

Microsoft.SharePoint.UserCode-Namespace