 | Program Class |
Holds student Program detail information.
Inheritance Hierarchy
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax[SerializableAttribute]
public class Program
<SerializableAttribute>
Public Class Program
[SerializableAttribute]
public ref class Program
SeniorSystemsWS.Entity.Program = function();
Type.createClass(
'SeniorSystemsWS.Entity.Program');
The Program type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Group |
Gets or sets the program group.
|
 | ID |
Gets or sets the program id.
|
 | Name |
Gets or sets the program name.
|
Top
See Also