StatusingDataSet.AssignmentsRow.ASSN_UNITS property
Specifies the units that are associated with the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_UNITS As Decimal
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Decimal
value = instance.ASSN_UNITS
instance.ASSN_UNITS = value
public decimal ASSN_UNITS { get; set; }
Property value
Type: System.Decimal
See also
Reference
StatusingDataSet.AssignmentsRow class