ReportingPostCustomFieldCreatedEventArgs.CustomFieldTypeGuid-Eigenschaft
Ruft die GUID des benutzerdefinierten Feldes, der erstellt wurde.
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; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
ReportingPostCustomFieldCreatedEventArgs Klasse