Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the formula that calculates the value of a custom field.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_FORMULA As String
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As String
value = instance.MD_PROP_FORMULA
instance.MD_PROP_FORMULA = value
public string MD_PROP_FORMULA { get; set; }
Property value
Type: System.String
A string that contains a formula.
Remarks
For information about custom field formulas, see Local and Enterprise Custom Fields.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class