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)
'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; }
Type: CustomFieldDataSet
CustomFieldsPostEventArgs Class