JournalEntry::Source Property

 

Gets or sets the URI of the content that was navigated to.

Namespace:   System.Windows.Navigation
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Uri^ Source {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The URI of the content that was navigated to, or null if no URI is associated with the entry.

.NET Framework
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Return to top
Show: