ProjectTeamDataSet.ProjectTeamRow.NEW_RES_UID Property
Specifies the new resource ID for the specified resource.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property NEW_RES_UID As Guid
Get
Set
'Usage
Dim instance As ProjectTeamDataSet.ProjectTeamRow
Dim value As Guid
value = instance.NEW_RES_UID
instance.NEW_RES_UID = value
public Guid NEW_RES_UID { get; set; }
Property Value
Type: System.Guid
Remarks
When NEW_RES_UID is a null value, the specified resource is deleted.
See Also
Reference
ProjectTeamDataSet.ProjectTeamRow Class