User Id of the wall owner - when set, the wall is switched to the owner mode where only notes posted directly at this wall are shown.

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