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

Uri stem

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

Syntax

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