StatusingDataSet.AssignmentsRow.WASSN_REMOVED_BY_RES property
A web administration field that indicates whether the assignment was removed by a resource.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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