Share via


CustomFieldsDeletePostEventArgs.CustomFields property

Gets a collection of GUIDs of custom fields that have been deleted.

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 CustomFields As Guid()
    Get
'Usage
Dim instance As CustomFieldsDeletePostEventArgs
Dim value As Guid()

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

Property value

Type: []

See also

Reference

CustomFieldsDeletePostEventArgs class

CustomFieldsDeletePostEventArgs members

Microsoft.Office.Project.Server.Events namespace