StatusApprovalDataSet.StatusApprovalsRow.TASK_ID property
Represents the integer-based identifier of the specified task.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_ID As Integer
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Integer
value = instance.TASK_ID
instance.TASK_ID = value
public int TASK_ID { get; set; }
Property value
Type: System.Int32
See also
Reference
StatusApprovalDataSet.StatusApprovalsRow class