ProjectPostSummaryPublishEventArgs.JobGuid-Eigenschaft
Ruft die GUID für die Veröffentlichungs-Job.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property JobGuid As Guid
Get
'Usage
Dim instance As ProjectPostSummaryPublishEventArgs
Dim value As Guid
value = instance.JobGuid
public Guid JobGuid { get; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
ProjectPostSummaryPublishEventArgs Klasse