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.
Provides methods and properties that are used to create a project workflow stage.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.StageCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.StageCreationInformation", ValueObject := True, _
ServerTypeId := "{9f32eaa1-0131-41fe-bf60-7063fdd7c288}")> _
Public Class StageCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As StageCreationInformation
[ScriptTypeAttribute("PS.StageCreationInformation", ValueObject = true,
ServerTypeId = "{9f32eaa1-0131-41fe-bf60-7063fdd7c288}")]
public class StageCreationInformation : ClientValueObject
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.