Share via


StatusTaskCreationInformation class

Fornece configurações de propriedades e métodos para a criação de um objeto de tarefa do status.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.StatusTaskCreationInformation

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaração
<ScriptTypeAttribute("PS.StatusTaskCreationInformation", ValueObject := True,  _
    ServerTypeId := "{46b2e157-f944-44fc-84e9-292b0595c1de}")> _
Public Class StatusTaskCreationInformation _
    Inherits ClientValueObject
'Uso
Dim instance As StatusTaskCreationInformation
[ScriptTypeAttribute("PS.StatusTaskCreationInformation", ValueObject = true, 
    ServerTypeId = "{46b2e157-f944-44fc-84e9-292b0595c1de}")]
public class StatusTaskCreationInformation : 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.

Ver também

Referência

StatusTaskCreationInformation members

Microsoft.ProjectServer.Client namespace