Share via


CustomFieldsPostEventArgs.CustomFieldInformation Property

Gets a dataset that represents custom fields that are affected by the current event.

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 CustomFieldInformation As CustomFieldDataSet
    Get
    Set
'Usage
Dim instance As CustomFieldsPostEventArgs
Dim value As CustomFieldDataSet

value = instance.CustomFieldInformation

instance.CustomFieldInformation = value
public CustomFieldDataSet CustomFieldInformation { get; set; }

Property Value

Type: CustomFieldDataSet

See Also

Reference

CustomFieldsPostEventArgs Class

CustomFieldsPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace