ProjectDataSet.ProjectCustomFieldsRow.MD_PROP_ID Property
Project Server creates an integer-formatted unique ID for a custom field definition. Read-only.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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