Table of Contents

Class TwitterUser

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class TwitterUser
Inheritance
TwitterUser
Inherited Members

Constructors

TwitterUser()

public TwitterUser()

Properties

Description

public string Description { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Location

public string Location { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

ProfileImageUrl

public string ProfileImageUrl { get; set; }

Property Value

string

ScreenName

public string ScreenName { get; set; }

Property Value

string