StatusingAssignmentsDataSet.Assignments property
Gets the status information about assignments.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Assignments As StatusingAssignmentsDataSet.AssignmentsDataTable
Get
'Usage
Dim instance As StatusingAssignmentsDataSet
Dim value As StatusingAssignmentsDataSet.AssignmentsDataTable
value = instance.Assignments
[BrowsableAttribute(false)]
public StatusingAssignmentsDataSet.AssignmentsDataTable Assignments { get; }
Property value
Type: WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsDataTable
See also
Reference
StatusingAssignmentsDataSet class