FieldCalculated.Formula property

Gets or sets a value that specifies the formula for the field.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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; }

Property value

Type: System.String
Returns a String instance representing the formula for the field.

Remarks

It must not be empty.

See also

Reference

FieldCalculated class

FieldCalculated members

Microsoft.SharePoint.Client namespace