ProjectPreEventArgs.ProjectGuid - Propriété
Obtient le GUID du projet.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Property ProjectGuid As Guid
Get
Set
'Utilisation
Dim instance As ProjectPreEventArgs
Dim value As Guid
value = instance.ProjectGuid
instance.ProjectGuid = value
public Guid ProjectGuid { get; set; }
Valeur de propriété
Type : System.Guid