ProjectDataSet.ProjectResourceCustomFieldsRow.MD_PROP_UID - Propriété
Spécifie l'identificateur unique pour cette définition de champ personnalisé.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property MD_PROP_UID As Guid
Get
Set
'Utilisation
Dim instance As ProjectDataSet.ProjectResourceCustomFieldsRow
Dim value As Guid
value = instance.MD_PROP_UID
instance.MD_PROP_UID = value
public Guid MD_PROP_UID { get; set; }
Valeur de propriété
Type : System.Guid
Remarques
Les définitions de champ personnalisé se trouvent dans l'espace de noms WebSvcCustomFields .
Notes
MD_PROP_UID correspond à la propriété MD_PROP_ID_SECONDARY ; elle ne correspond pas à la propriété MD_PROP_ID .
Voir aussi
Référence
ProjectDataSet.ProjectResourceCustomFieldsRow classe