StatusingDataSet.AssignmentsRow.ASSN_IS_CONFIRMED1 Property
Indicates whether the assignment has been approved by a secondary owner.
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASSN_IS_CONFIRMED1 As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Boolean
value = instance.ASSN_IS_CONFIRMED1
instance.ASSN_IS_CONFIRMED1 = value
public bool ASSN_IS_CONFIRMED1 { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.AssignmentsRow Class