SPField.DefaultFormula - Propriété
Obtient ou définit la formule par défaut pour un champ calculé.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property DefaultFormula As String
Get
Set
'Utilisation
Dim instance As SPField
Dim value As String
value = instance.DefaultFormula
instance.DefaultFormula = value
public string DefaultFormula { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient la formule.