Student UserID Property | CSAL Mongo Access Library |
The storage key for a student (AKA a subject ID) - note
the interaction with Id
Namespace: CSALMongo.ModelAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string UserID { get; set; }
public string UserID { get; set; }
Public Property UserID As String Get Set
Public Property UserID As String Get Set
public: property String^ UserID { String^ get (); void set (String^ value); }
public: property String^ UserID { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also