Field.SetShowInNewForm-Methode
Legt den Wert der ShowInNewForm -Eigenschaft für dieses Feld.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub SetShowInNewForm ( _
value As Boolean _
)
'Usage
Dim instance As Field
Dim value As Boolean
instance.SetShowInNewForm(value)
public void SetShowInNewForm(
bool value
)
Parameter
value
Typ: System.BooleanDer boolesche Wert, der angibt, ob dieses Feld in das neue Formular angezeigt wird.