ProjectDataSet.AssignmentRow.RES_UID_OWNER - Propriété
Spécifie l'ID unique de la ressource qui est le propriétaire de cette affectation.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property RES_UID_OWNER As Guid
Get
Set
'Utilisation
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Guid
value = instance.RES_UID_OWNER
instance.RES_UID_OWNER = value
public Guid RES_UID_OWNER { get; set; }
Valeur de propriété
Type : System.Guid
Remarques
RES_UID_OWNER est une clé étrangère à l'objet ProjectDataSet.ProjectResourceRow .
Voir aussi
Référence
ProjectDataSet.AssignmentRow classe