SocialFeedChildItem.TargetUri Property

Definition

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

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

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

Property Value

The Uniform Resource Identifier (URI) associated with the child item.

Attributes

Applies to