_MSProject.CustomFieldValueList(PjCustomField, Object, Object, Object, Object, Object, PjListOrder) Method

Definition

public bool CustomFieldValueList (Microsoft.Office.Interop.MSProject.PjCustomField FieldID, object ListDefault, object DefaultValue, object RestrictToList, object AppendNew, object PromptOnNew, Microsoft.Office.Interop.MSProject.PjListOrder DisplayOrder = (Microsoft.Office.Interop.MSProject.PjListOrder) -1);
Public Function CustomFieldValueList (FieldID As PjCustomField, Optional ListDefault As Object, Optional DefaultValue As Object, Optional RestrictToList As Object, Optional AppendNew As Object, Optional PromptOnNew As Object, Optional DisplayOrder As PjListOrder = (Microsoft.Office.Interop.MSProject.PjListOrder) -1) As Boolean

Parameters

FieldID
PjCustomField
ListDefault
Object
DefaultValue
Object
RestrictToList
Object
AppendNew
Object
PromptOnNew
Object
DisplayOrder
PjListOrder

Returns

Boolean

Applies to