Share via


StageCreationInformation class

Fornece métodos e propriedades que são usadas para criar um estágio de fluxo de trabalho do projeto.

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

'Declaração
<ScriptTypeAttribute("PS.StageCreationInformation", ValueObject := True,  _
    ServerTypeId := "{9f32eaa1-0131-41fe-bf60-7063fdd7c288}")> _
Public Class StageCreationInformation _
    Inherits ClientValueObject
'Uso
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.

See also

Reference

StageCreationInformation members

Microsoft.ProjectServer.Client namespace