This topic has not yet been rated - Rate this topic

ShareLinkTask.LinkUri Property

July 26, 2012

Gets or sets the link URI that will be displayed in the link sharing dialog.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public Uri LinkUri { get; set; }
<object LinkUri="Uri" .../>

Property Value

Type: System.Uri
The URI of the link to be shared.
ExceptionCondition
ArgumentOutOfRangeException

The URI must be an absolute URI.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.