Edit

Share via


TwitterUserMention Class

Definition

Twitter user object containing user mention indices.

public class TwitterUserMention : Microsoft.Toolkit.Services.Twitter.TwitterUser
type TwitterUserMention = class
    inherit TwitterUser
Public Class TwitterUserMention
Inherits TwitterUser
Inheritance
TwitterUserMention

Constructors

TwitterUserMention()

Properties

ContributorsEnabled

Gets or sets a value indicating whether contributor mode is enabled.

(Inherited from TwitterUser)
DefaultProfile

Gets or sets a value indicating whether or not user is using the default profile theme and background.

(Inherited from TwitterUser)
DefaultProfileImage

Gets or sets a value indicating whether or not the user is using the default profile image.

(Inherited from TwitterUser)
Description

Gets or sets profile description.

(Inherited from TwitterUser)
FavoritesCount

Gets or sets total count of tweets user has liked.

(Inherited from TwitterUser)
FollowersCount

Gets or sets followers count.

(Inherited from TwitterUser)
FriendsCount

Gets or sets count of accounts user is following.

(Inherited from TwitterUser)
GeoEnabled

Gets or sets a value indicating whether geotagging is enabled. This determines whether or not to geotag the user's posts.

(Inherited from TwitterUser)
Id

Gets or sets user Id.

(Inherited from TwitterUser)
Indices

Gets or sets the start and end position of the user mention

Lang

Gets or sets BCP 47 language code according to user's account settings.

(Inherited from TwitterUser)
ListedCount

Gets or sets count of public lists user is a member of.

(Inherited from TwitterUser)
Location

Gets or sets profile location.

(Inherited from TwitterUser)
Name

Gets or sets user name.

(Inherited from TwitterUser)
ProfileBackgroundColor

Gets or sets profile background color (web hex value).

(Inherited from TwitterUser)
ProfileBackgroundImageUrl

Gets or sets profile background image url.

(Inherited from TwitterUser)
ProfileBackgroundImageUrlHttps

Gets or sets profile background image url using https.

(Inherited from TwitterUser)
ProfileBackgroundTile

Gets or sets a value indicating whether profile background image is tiled.

(Inherited from TwitterUser)
ProfileBannerUrl

Gets or sets profile banner url.

(Inherited from TwitterUser)
ProfileImageUrl

Gets or sets profile image url.

(Inherited from TwitterUser)
ProfileImageUrlHttps

Gets or sets profile image url using https.

(Inherited from TwitterUser)
ProfileLinkColor

Gets or sets profile link color (web hex value).

(Inherited from TwitterUser)
ProfileSidebarBorderColor

Gets or sets profile sidebar border color (web hex value).

(Inherited from TwitterUser)
ProfileSidebarFillColor

Gets or sets profile sidebar fill color (web hex value).

(Inherited from TwitterUser)
ProfileTextColor

Gets or sets profile text color (web hex value).

(Inherited from TwitterUser)
ProfileUseBackgroundImage

Gets or sets a value indicating whether the user has selected to use their uploaded background image in their profile.

(Inherited from TwitterUser)
Protected

Gets or sets a value indicating whether protected status of user.

(Inherited from TwitterUser)
ScreenName

Gets or sets user screen name.

(Inherited from TwitterUser)
StatusesCount

Gets or sets total count of tweets (including retweets) posted by user.

(Inherited from TwitterUser)
Url

Gets or sets profile url.

(Inherited from TwitterUser)
Verified

Gets or sets a value indicating whether account is verified (blue checkmark).

(Inherited from TwitterUser)
WithheldInCountries

Gets or sets "withheld in" countries.

(Inherited from TwitterUser)
WithheldScope

Gets or sets withheld scope (status or profile).

(Inherited from TwitterUser)

Applies to