StatusingAssignmentsDataSet.AssignmentsRow.ASSN_IS_CONFIRMED Property
Gets or sets the Boolean value that specifies whether the assignment is confirmed.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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