CustomFieldDataSet.CustomFieldsRow.MD_PROP_ID_SECONDARY property
Obtém ou define o identificador do campo personalizado de atribuição para campos personalizados de recurso e tarefa.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property MD_PROP_ID_SECONDARY As Integer
Get
Set
'Uso
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
Um identificador de campo personalizado de atribuição.
Ver também
Referência
CustomFieldDataSet.CustomFieldsRow class