StatusApprovalDataSet.StatusApprovalsRow.ASSN_ERROR_STATUS property
Gets the error status for an assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_ERROR_STATUS As Short
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As Short
value = instance.ASSN_ERROR_STATUS
instance.ASSN_ERROR_STATUS = value
public short ASSN_ERROR_STATUS { get; set; }
Property value
Type: System.Int16
Remarks
An ASSN_ERROR_STATUS value of 0 means no error. When the value is greater than 0, the ASSN_ERROR_TOOLTIP value contains the error.
See also
Reference
StatusApprovalDataSet.StatusApprovalsRow class