StatusApprovalDataSet.StatusApprovalsRow.ASSN_ERROR_STATUS Property
Gets the error status for an assignment.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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