StartedPostEventArgs.EnterpriseProjectTypeUid property
Gets the GUID of the enterprise project type.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Property EnterpriseProjectTypeUid As Guid
Get
Set
'Usage
Dim instance As StartedPostEventArgs
Dim value As Guid
value = instance.EnterpriseProjectTypeUid
instance.EnterpriseProjectTypeUid = value
public Guid EnterpriseProjectTypeUid { get; set; }
Property value
Type: System.Guid