Share via


StatusApprovalDataSet.StatusApprovalsRow.ASSN_ERROR_TOOLTIP property

Gets the assignment error details, when the ASSN_ERROR_STATUS value is greater than 0.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_ERROR_TOOLTIP As String
    Get
    Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As String

value = instance.ASSN_ERROR_TOOLTIP

instance.ASSN_ERROR_TOOLTIP = value
public string ASSN_ERROR_TOOLTIP { get; set; }

Property value

Type: System.String

See also

Reference

StatusApprovalDataSet.StatusApprovalsRow class

StatusApprovalDataSet.StatusApprovalsRow members

WebSvcStatusing namespace