Field.DefaultFormula property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property DefaultFormula As String
    Get
    Set
'Usage
Dim instance As Field
Dim value As String

value = instance.DefaultFormula

instance.DefaultFormula = value
public string DefaultFormula { get; set; }

Property value

Type: System.String

See also

Reference

Field class

Field members

Microsoft.SharePoint.Client namespace