Compartilhar via


StageCreationInformation classe

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 (em Microsoft.ProjectServer.Client.dll)

Sintaxe

'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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

StageCreationInformation membros

Microsoft.ProjectServer.Client namespace