ProjectDataSet.ProjectResourceRow.RES_NAME Property
Specifies the full name of the 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 RES_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As String
value = instance.RES_NAME
instance.RES_NAME = value
public string RES_NAME { get; set; }
Property Value
Type: System.String
Remarks
This field is set for enterprise resources when they are copied from the enterprise resource pool. For local resources, this name cannot be a duplicate of an enterprise resource or other project resource name.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class