CustomField.Formula property
Gets or sets the formula that calculates the value of a custom field.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Formula As String
Get
Set
'Usage
Dim instance As CustomField
Dim value As String
value = instance.Formula
instance.Formula = value
[RemoteAttribute]
public string Formula { get; set; }
Property value
Type: System.String
The custom field formula.