JournalEntry.Source Property

Definition

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

public:
 property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
public Uri Source { get; set; }
member this.Source : Uri with get, set
Public Property Source As Uri

Property Value

Uri

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

Applies to