Поделиться через


Свойство StageCreationInformation.CustomFields

Получает или задает коллекцию настраиваемых полей, которые имеют значения, заданные для рабочей области проекта.

Пространство имен:  Microsoft.ProjectServer.Client
Сборка:  Microsoft.ProjectServer.Client (в Microsoft.ProjectServer.Client.dll)

Синтаксис

'Декларация
<RemoteAttribute> _
Public Property CustomFields As IEnumerable(Of StageCustomFieldCreationInformation)
    Get
    Set
'Применение
Dim instance As StageCreationInformation
Dim value As IEnumerable(Of StageCustomFieldCreationInformation)

value = instance.CustomFields

instance.CustomFields = value
[RemoteAttribute]
public IEnumerable<StageCustomFieldCreationInformation> CustomFields { get; set; }

Значение свойства

Тип: System.Collections.Generic.IEnumerable<StageCustomFieldCreationInformation>
Коллекция объектов CustomField .

См. также

Справочные материалы

StageCreationInformation класс

Элементы StageCreationInformation

Пространство имен Microsoft.ProjectServer.Client