User ID which is used in scenarios where the control serves to add friends to a single, static user only. The search box should not shown in this type of scenarios.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid UserId { get; set; }
Visual Basic
Public Property UserId As Guid
	Get
	Set
Visual C++
public:
property Guid UserId {
	Guid get ();
	void set (Guid value);
}
F#
member UserId : Guid with get, set

Property Value

Type: Guid

See Also