DocumentReference::Source Property

 

Gets or sets the uniform resource identifier (URI) for this document reference. 

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

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

Property Value

Type: System::Uri^

A Uri representing the document reference.

This dependency property is identified by the SourceProperty field.

Identifier field

SourceProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: