Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
GUID of the default Project Department custom field.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared ReadOnly PROJECT_DEPARTMENT_MD_PROP_UID As Guid
'Usage
Dim value As Guid
value = CustomField.PROJECT_DEPARTMENT_MD_PROP_UID
public static readonly Guid PROJECT_DEPARTMENT_MD_PROP_UID
Remarks
Value = 9D77D62A-A92E-4D40-ADC8-446C90EB7456. To create a project department custom field, assign PROJECT_DEPARTMENT_MD_PROP_UID to the MD_PROP_UID property in a ProjectDataSet.ProjectCustomFields table. For a code example, see QueueCreateProject.