StudentLessonActs.UserID Property

CSAL Mongo

StudentLessonActs UserID Property CSAL Mongo Access Library
User ID for turns posted

Namespace: CSALMongo.Model
Assembly: 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: OnlineString
See Also