ProjectTypeChangingEventArgs.NewEnterpriseProjectTypeUid property
Gets the GUID of the new 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 NewEnterpriseProjectTypeUid As Guid
Get
Set
'Usage
Dim instance As ProjectTypeChangingEventArgs
Dim value As Guid
value = instance.NewEnterpriseProjectTypeUid
instance.NewEnterpriseProjectTypeUid = value
public Guid NewEnterpriseProjectTypeUid { get; set; }
Property value
Type: System.Guid
See also
Reference
ProjectTypeChangingEventArgs class