CustomFieldsCheckInPostEventArgs.CustomFields Property
Gets a collection of GUIDs that represent the custom fields that are checked in.
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 CustomFieldsCheckInPostEventArgs
Dim value As Guid()
value = instance.CustomFields
public Guid[] CustomFields { get; }
Property Value
Type: []
See Also
Reference
CustomFieldsCheckInPostEventArgs Class