User ID for which the blocked users list should be shown. By default this property uses Id of the currently logged user.

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