FieldCalculated.Formula-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, der die Formel für das Feld angibt.
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 Property Formula As String
Get
Set
'Usage
Dim instance As FieldCalculated
Dim value As String
value = instance.Formula
instance.Formula = value
public string Formula { get; set; }
Eigenschaftswert
Typ: System.String
Gibt eine String -Instanz, die die Formel für das Feld darstellt.
Hinweise
Es muss nicht leer sein.