StatusApprovalDataSet.StatusApprovalsRow.ASSN_PCT_WORK_COMPLETE property
Indicates the percentage of completed work for the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_PCT_WORK_COMPLETE As Integer
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Integer
value = instance.ASSN_PCT_WORK_COMPLETE
instance.ASSN_PCT_WORK_COMPLETE = value
public int ASSN_PCT_WORK_COMPLETE { get; set; }
Property value
Type: System.Int32
See also
Reference
StatusApprovalDataSet.StatusApprovalsRow class