ResourceDeactivatePostEventArgs constructor (Guid[])
Creates an instance of the ResourceDeactivatePostEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
resources As Guid() _
)
'Usage
Dim resources As Guid()
Dim instance As New ResourceDeactivatePostEventArgs(resources)
public ResourceDeactivatePostEventArgs(
Guid[] resources
)
Parameters
resources
Type: []A collection of the resource GUIDs that are associated with a project.
See also
Reference
ResourceDeactivatePostEventArgs class
ResourceDeactivatePostEventArgs members