SPProxyOperationArgs Class
An abstract class that represents the parameter passed to the Execute method of the SPProxyOperation class.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.UserCode.SPProxyOperationArgs
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPProxyOperationArgs
'Usage
Dim instance As SPProxyOperationArgs
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPProxyOperationArgs
Remarks
To ensure that this type can be marshaled across processes, apply the [System.Serializable] attribute to all classes that are derived from this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.