CustomField.RBS_MD_PROP_ID_SECONDARY field

Integer identification number of the default RBS resource assignment 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 RBS_MD_PROP_ID_SECONDARY As Integer
'Usage
Dim value As Integer

value = CustomField.RBS_MD_PROP_ID_SECONDARY
public static readonly int RBS_MD_PROP_ID_SECONDARY

Remarks

Value = 255853118. Project Server adds the RBS_MD_PROP_ID_SECONDARY field value to MD_PROP_ID in a resource assignment custom field when the assignment is saved.

Note

When creating or editing an RBS assignment 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.

See also

Reference

CustomField class

CustomField members

Microsoft.Office.Project.Server.Library namespace