Share via


SocialFeedContent.TargetUri Property

Definition

Overloads

TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the target of the content.

TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the target of the content.

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

void TargetUri(Uri value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedContent 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("ISocialFeedContent 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("ISocialFeedContent 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("ISocialFeedContent 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 = socialFeedContent.targetUri;
socialFeedContent.targetUri = uri;
Public Property TargetUri As Uri

Property Value

The Uniform Resource Identifier (URI) of the content.

Attributes

Applies to