CustomFieldDataSet.CustomFieldsRow.MD_PROP_ID_SECONDARY - Propriété
Obtient ou définit l'identificateur de champ personnalisé d'affectation pour les champs personnalisés de ressource et de tâche.
Espace de noms : WebSvcCustomFields
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property MD_PROP_ID_SECONDARY As Integer
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Int32
Un identificateur de champ personnalisé affectation.
Voir aussi
Référence
CustomFieldDataSet.CustomFieldsRow classe