StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_HAS_FORMULA property
Indicates whether the custom field contains a formula.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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