Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Boolean value that specifies whether the assignment is confirmed.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_IS_CONFIRMED As Boolean
Get
Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Boolean
value = instance.ASSN_IS_CONFIRMED
instance.ASSN_IS_CONFIRMED = value
public bool ASSN_IS_CONFIRMED { get; set; }
Property value
Type: System.Boolean
See also
Reference
StatusingAssignmentsDataSet.AssignmentsRow class