Compartilhar via


ProjectDataSet.AssignmentRow.RES_UID_OWNER property

Especifica a identificação exclusiva do recurso que é o proprietário dessa atribuição.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property RES_UID_OWNER As Guid
    Get
    Set
'Uso
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; }

Property value

Type: System.Guid

Comentários

RES_UID_OWNER é uma chave estrangeira ao objeto ProjectDataSet.ProjectResourceRow .

Ver também

Referência

ProjectDataSet.AssignmentRow class

ProjectDataSet.AssignmentRow members

WebSvcProject namespace