Свойство ReportingPostCustomFieldDeletedEventArgs.CustomFieldTypeGuid
Получает GUID удаленного настраиваемого поля.
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public ReadOnly Property CustomFieldTypeGuid As Guid
Get
'Применение
Dim instance As ReportingPostCustomFieldDeletedEventArgs
Dim value As Guid
value = instance.CustomFieldTypeGuid
public Guid CustomFieldTypeGuid { get; }
Значение свойства
Тип: System.Guid
См. также
Справочные материалы
ReportingPostCustomFieldDeletedEventArgs класс