Share via


ProjectDataSet.ProjectCustomFieldsRow.MD_PROP_ID property

Project Server creates an integer-formatted unique ID for a custom field definition. Read-only.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MD_PROP_ID As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectCustomFieldsRow
Dim value As Integer

value = instance.MD_PROP_ID

instance.MD_PROP_ID = value
public int MD_PROP_ID { get; set; }

Property value

Type: System.Int32

Remarks

Note

When creating or editing a project custom field, do not specify the MD_PROP_ID property. Project Server automatically populates the MD_PROP_ID value when the custom field is created. However, you must specify a GUID for the MD_PROP_UID property. For a code example, see QueueCreateProject.

See also

Reference

ProjectDataSet.ProjectCustomFieldsRow class

ProjectDataSet.ProjectCustomFieldsRow members

WebSvcProject namespace