Unique identifier of the user who is subscribing on the content.

Namespace:  Mindroute.Incentive.Model
Assembly:  Mindroute.Incentive (in Mindroute.Incentive.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

C#
public int UserID { get; set; }
Visual Basic (Declaration)
Public Property UserID As Integer
Visual C++
public:
property int UserID {
	int get ();
	void set (int value);
}

See Also