Share via


ReportingPostCustomFieldCreatedEventArgs.CustomFieldTypeGuid property

Gets the GUID of the custom field that has been created.

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 ReportingPostCustomFieldCreatedEventArgs
Dim value As Guid

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

Property value

Type: System.Guid

See also

Reference

ReportingPostCustomFieldCreatedEventArgs class

ReportingPostCustomFieldCreatedEventArgs members

Microsoft.Office.Project.Server.Events namespace