SocialUserInfo SocialUserInfo SocialUserInfo SocialUserInfo Class

Definition

Represents a user of a social media provider service.

public : sealed class SocialUserInfo : ISocialUserInfopublic sealed class SocialUserInfo : ISocialUserInfoPublic NotInheritable Class SocialUserInfo Implements ISocialUserInfo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0) Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.ApplicationModel.SocialInfo.SocialInfoContract (introduced v1)

Remarks

The SocialFeedChildItem.Author property provides access to an instance of this class.

Properties

DisplayName DisplayName DisplayName DisplayName

Gets or sets the name of the social media user, suitable for display.

public : PlatForm::String DisplayName { get; set; }public string DisplayName { get; set; }Public ReadWrite Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the social media user, suitable for display.

RemoteId RemoteId RemoteId RemoteId

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

public : PlatForm::String RemoteId { get; set; }public string RemoteId { get; set; }Public ReadWrite Property RemoteId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

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

TargetUri TargetUri TargetUri TargetUri

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

public : Uri TargetUri { get; set; }public Uri TargetUri { get; set; }Public ReadWrite Property TargetUri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

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

UserName UserName UserName UserName

Gets or sets the username for the user on the social media service.

public : PlatForm::String UserName { get; set; }public string UserName { get; set; }Public ReadWrite Property UserName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The username for the user on the social media service.