Share via


StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_HAS_FORMULA Property

Indicates whether the custom field contains a formula.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property MD_PROP_HAS_FORMULA As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
Dim value As Boolean

value = instance.MD_PROP_HAS_FORMULA

instance.MD_PROP_HAS_FORMULA = value
public bool MD_PROP_HAS_FORMULA { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

StatusingDataSet.LocalCustomFieldMetadataRow Class

StatusingDataSet.LocalCustomFieldMetadataRow Members

Statusing Web Service