CustomFieldDataSet.CustomFieldsRow.MD_PROP_ID_SECONDARY property
Gets or sets the assignment custom field identifier for resource and task custom fields.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_ID_SECONDARY As Integer
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Integer
value = instance.MD_PROP_ID_SECONDARY
instance.MD_PROP_ID_SECONDARY = value
public int MD_PROP_ID_SECONDARY { get; set; }
Property value
Type: System.Int32
An assignment custom field identifier.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class