StatusingDataSet.ResourcesRow.RES_TYPE property
Indicates the type of resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_TYPE As Short
Get
Set
'Usage
Dim instance As StatusingDataSet.ResourcesRow
Dim value As Short
value = instance.RES_TYPE
instance.RES_TYPE = value
public short RES_TYPE { get; set; }
Property value
Type: System.Int16
See also
Reference
StatusingDataSet.ResourcesRow class