StatusingDataSet.AssignmentsRow.WRES_UID_MANAGER Property
Specifies the unique identifier of the user who is the indicated manager of the resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WRES_UID_MANAGER As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Guid
value = instance.WRES_UID_MANAGER
instance.WRES_UID_MANAGER = value
public Guid WRES_UID_MANAGER { get; set; }
Property Value
Type: System.Guid
See Also
Reference
StatusingDataSet.AssignmentsRow Class