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


Метод Field.SetShowInNewForm

Sets the value of ShowInNewForm 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 SetShowInNewForm ( _
    value As Boolean _
)
'Применение
Dim instance As Field
Dim value As Boolean

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

Параметры

  • value
    Тип: System.Boolean

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

См. также

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

Field класс

Элементы Field

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