Share via


SocialItemThumbnail.TargetUri Property

Definition

Overloads

TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this thumbnail.

TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this thumbnail.

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

void TargetUri(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
Uri TargetUri();

void TargetUri(Uri value);
public System.Uri TargetUri { get; set; }
public System.Uri TargetUri { [Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; [Windows.Foundation.Metadata.Deprecated("ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var uri = socialItemThumbnail.targetUri;
socialItemThumbnail.targetUri = uri;
Public Property TargetUri As Uri

Property Value

The Uniform Resource Identifier (URI) to the target item associated with this thumbnail.

Attributes

Applies to