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.
Interface to provide information that is related to the current instance of the workflow.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.Office.Project.Server.Library.ProjectWorkflowContext
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class ProjectWorkflowContext _
Inherits SPAutoSerializingObject _
Implements ISerializable, ITextConvCultureProvider
'Usage
Dim instance As ProjectWorkflowContext
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class ProjectWorkflowContext : SPAutoSerializingObject,
ISerializable, ITextConvCultureProvider
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.