[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

URL of the client's previous request that linked to the current URL

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Property UrlReferrer As Uri
C#
public Uri UrlReferrer { get; set; }
C++
public:
Uri^ UrlReferrer {
	Uri^ get ();
	void set (Uri^ value);
}