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


Метод Field.SetShowInEditForm

Sets the value of ShowInEditForm property for this field.

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

Синтаксис

'Декларация
Public Sub SetShowInEditForm ( _
    value As Boolean _
)
'Применение
Dim instance As Field
Dim value As Boolean

instance.SetShowInEditForm(value)
public void SetShowInEditForm(
    bool value
)

Параметры

  • value
    Тип: System.Boolean

    A Boolean value that indicates whether this field is shown in the edit form.

См. также

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

Field класс

Элементы Field

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