StatusingDataSet.AssignmentsRow.RES_UID_OWNER Property

Specifies the unique identifier of the user who is assigned to be the owner of the specified resource.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property RES_UID_OWNER As Guid
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
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

See Also

Reference

StatusingDataSet.AssignmentsRow Class

StatusingDataSet.AssignmentsRow Members

WebSvcStatusing Namespace