URL of the user profile page, by default it is retrieved from the URL rewriter rules, urlPattern attribute, in the Web config.

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

Syntax

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

Property Value

Type: String

See Also