Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the resource type.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_TYPE As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer
value = instance.RES_TYPE
instance.RES_TYPE = value
public int RES_TYPE { get; set; }
Property value
Type: System.Int32
Remarks
Read/write in insert calls. Read-only in update calls. For more information, see the Resource.Type type.
Cast the Resource.Type type to an int to use with this property.
See also
Reference
ProjectDataSet.ProjectResourceRow class