StatusingDataSet.AssignmentsRow.ASSN_UNITS Property
Specifies the units associated with the specified assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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