 | StudentAccountBoardDayCode Property |
Gets or sets the Board/Day code for the student.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string BoardDayCode { get; set; }
Public Property BoardDayCode As String
Get
Set
public:
property String^ BoardDayCode {
String^ get ();
void set (String^ value);
}
function get BoardDayCode () : String
function set BoardDayCode (value : String)
function get_BoardDayCode();
function set_BoardDayCode(value);
Property Value
Type:
StringThe Board/Day code (B/D).
See Also