[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <Assignments> element.
| C# | Visual Basic | Visual C++ |
public EmployeeAssignments Assignments{ get; set;}
Public Property Assignments As EmployeeAssignments
public: property EmployeeAssignments^ Assignments { EmployeeAssignments^ get (); void set (EmployeeAssignments^ value); }
An EmployeeAssignments
The SIF specification defines the meaning of this null as: "Information about the school and assignment of employee"
To remove the EmployeeAssignments, set Assignments to null
Version: 2.0
Since: 1.5r1