SPWorkflowTaskProperties-Klasse
Stellt die Eigenschaften einer Workflowaufgabe dar.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SubsetCallableTypeAttribute> _
<SubsetCallableExcludeInterfaceAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType, ExcludeInterface := GetType(ISerializable))> _
Public Class SPWorkflowTaskProperties _
Inherits SPAutoSerializingObject _
Implements ISerializable
'Usage
Dim instance As SPWorkflowTaskProperties
[SerializableAttribute]
[SubsetCallableTypeAttribute]
[SubsetCallableExcludeInterfaceAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType, ExcludeInterface = typeof(ISerializable))]
public class SPWorkflowTaskProperties : SPAutoSerializingObject,
ISerializable
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.