Share via


ProjectDataSet.ProjectResourceRow.RES_NAME property

Specifies the full name of the resource.

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

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

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace