Gets or sets the Uri used to get the PhoneApplicationPage to open. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Uri PickerPageUri { get; set; }
Visual Basic
Public Property PickerPageUri As Uri
	Get
	Set
Visual C++
public:
property Uri^ PickerPageUri {
	Uri^ get ();
	void set (Uri^ value);
}

See Also