Click or drag to resize
TwitterAccount Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object represents a twitter account that DataPA OpenAnalytics has been authorised to tweet to.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityTwitterAccount

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class TwitterAccount : _TwitterAccount, 
	ISerializable

The TwitterAccount type exposes the following members.

Constructors
  NameDescription
Public methodTwitterAccount
Initializes a new instance of the TwitterAccount class
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAccessToken
Gets and sets the access token for this twitter account.
Public propertyAccessTokenSecret
Sets the Access Token Secret for this account
Public propertyGuid
Gets and sets a Guid that uniquely identifies this object
Public propertyID
Gets a string that uniquely udentifies this object
Public propertyName
Gets and sets the name of the twitter account
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object
Top
Remarks