Compartilhar via


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

ProjectTypeChangingEventArgs Members

Microsoft.Office.Project.Server.Events Namespace