Share via


SocialUserInfo.TargetUri Property

Definition

Overloads

TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the user on the social media system.

TargetUri

Gets or sets the Uniform Resource Identifier (URI) to the user on the social media system.

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

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

Property Value

The Uniform Resource Identifier (URI) to the user on the social media system.

Attributes

Applies to