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.BooleanA Boolean value that indicates whether this field is shown in the edit form.