Share via


SocialUserInfo.RemoteId Property

Definition

Gets or sets a value that identifies the user on the social media service.

public:
 property Platform::String ^ RemoteId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteId();

void RemoteId(winrt::hstring 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")]
winrt::hstring RemoteId();

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
public string RemoteId { [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 string = socialUserInfo.remoteId;
socialUserInfo.remoteId = string;
Public Property RemoteId As String

Property Value

String

Platform::String

winrt::hstring

A value that identifies the user on the social media service.

Attributes

Applies to