Share via


ReportingPostCustomFieldChangedEventArgs.CustomFieldTypeGuid property

Gets the GUID of the changed custom field.

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 CustomFieldTypeGuid As Guid
    Get
'Usage
Dim instance As ReportingPostCustomFieldChangedEventArgs
Dim value As Guid

value = instance.CustomFieldTypeGuid
public Guid CustomFieldTypeGuid { get; }

Property value

Type: System.Guid

See also

Reference

ReportingPostCustomFieldChangedEventArgs class

ReportingPostCustomFieldChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace