ProjectDataSet.TaskCustomFieldsRow.MD_PROP_UID - Propriété

Spécifie un identificateur unique pour cette définition de champ personnalisé.

Espace de noms :  WebSvcProject
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Property MD_PROP_UID As Guid
    Get
    Set
'Utilisation
Dim instance As ProjectDataSet.TaskCustomFieldsRow
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.TaskCustomFieldsRow classe

ProjectDataSet.TaskCustomFieldsRow - Membres

WebSvcProject - Espace de noms