FieldCalculated.Formula Property
Gets or sets a value that specifies the formula for the field.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Formula As String
Get
Set
'Usage
Dim instance As FieldCalculated
Dim value As String
value = instance.Formula
instance.Formula = value
[RemoteAttribute]
public string Formula { get; set; }
Property Value
Type: System.String
Returns a String instance representing the formula for the field.
Remarks
It must not be empty.