ResourceDataSet.ResourcesRow.RES_ID property
An ordinal identifier of the resource.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_ID As Integer
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Integer
value = instance.RES_ID
instance.RES_ID = value
public int RES_ID { get; set; }
Property value
Type: System.Int32
See also
Reference
ResourceDataSet.ResourcesRow class