ProjectDataSet.ProjectResourceRow.RES_NAME Property
Specifies the full name of the resource.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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