Share via


ProjectTeamDataSet.ProjectTeamRow.NEW_RES_UID property

Gets or sets the new resource GUID for the specified resource.

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

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
A resource GUID.

Remarks

When NEW_RES_UID is a null value, the specified resource is deleted.

See also

Reference

ProjectTeamDataSet.ProjectTeamRow class

ProjectTeamDataSet.ProjectTeamRow members

WebSvcProject namespace