  | ResultInsertAttendanceStudentStudentId Property  | 
  
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string StudentId { get; set; }Public Property StudentId As String
	Get
	Set
public:
property String^ StudentId {
	String^ get ();
	void set (String^ value);
}function get StudentId () : String
function set StudentId (value : String)
function get_StudentId();
function set_StudentId(value);
Property Value
Type: 
String
See Also