ReportingPostResourceDeletedEventArgs.ResourceUid propriedade
Obtém o GUID do recurso excluído.
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 ResourceUid As Guid
Get
'Uso
Dim instance As ReportingPostResourceDeletedEventArgs
Dim value As Guid
value = instance.ResourceUid
public Guid ResourceUid { get; }
Valor de propriedade
Tipo: System.Guid
Ver também
Referência
ReportingPostResourceDeletedEventArgs classe