ResourceDataSet.ResourcesRow.RES_EXTERNAL_ID Property

Gets or sets the code, abbreviation, or number you want to enter as part of a resource's information.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property RES_EXTERNAL_ID As String
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String

value = instance.RES_EXTERNAL_ID

instance.RES_EXTERNAL_ID = value
public string RES_EXTERNAL_ID { get; set; }

Property Value

Type: System.String

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Resource Web Service