StatusApprovalDataSet.StatusApprovalsRow.RES_TYPE Property
Sets the RES_TYPE property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_TYPE As Short
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
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
StatusApprovalDataSet.StatusApprovalsRow Class