StatusDelegateTaskPostEventArgs.StartDate propriedade
Obtém a data de início da delegação de uma tarefa.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public ReadOnly Property StartDate As DateTime
Get
'Uso
Dim instance As StatusDelegateTaskPostEventArgs
Dim value As DateTime
value = instance.StartDate
public DateTime StartDate { get; }
Valor de propriedade
Tipo: System.DateTime
Ver também
Referência
StatusDelegateTaskPostEventArgs classe