Share via


StatusingDataSet.AssignmentsRow.WASSN_REMOVED_BY_RES Property

A web administration field that indicates whether the assignment was removed by a resource.

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 WASSN_REMOVED_BY_RES As Byte
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Byte

value = instance.WASSN_REMOVED_BY_RES

instance.WASSN_REMOVED_BY_RES = value
public byte WASSN_REMOVED_BY_RES { get; set; }

Property Value

Type: System.Byte

See Also

Reference

StatusingDataSet.AssignmentsRow Class

StatusingDataSet.AssignmentsRow Members

Statusing Web Service