StatusApprovalDataSet.StatusApprovalsRow.ASSN_ERROR_TOOLTIP Property
Gets the assignment error details, when the ASSN_ERROR_STATUS value is greater than 0.
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_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