TimesheetPreRecallEventArgs.TsUID propriedade
Obtém o GUID para o quadro de horários que deve ser recuperado.
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 Property TsUID As Guid
Get
Set
'Uso
Dim instance As TimesheetPreRecallEventArgs
Dim value As Guid
value = instance.TsUID
instance.TsUID = value
public Guid TsUID { get; set; }
Valor de propriedade
Tipo: System.Guid
Ver também
Referência
TimesheetPreRecallEventArgs classe