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