Condividi tramite


ResourceCreatePostEventArgs.CreatedResources property

Gets a collection of the GUIDs that represent the created resources.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public ReadOnly Property CreatedResources As Guid()
    Get
'Usage
Dim instance As ResourceCreatePostEventArgs
Dim value As Guid()

value = instance.CreatedResources
public Guid[] CreatedResources { get; }

Property value

Type: []

See also

Reference

ResourceCreatePostEventArgs class

ResourceCreatePostEventArgs members

Microsoft.Office.Project.Server.Events namespace