TwitterAccountsItem Property (String) |
|
DataPA OpenAnalytics API Reference
Gets and sets a TwitterAccount in this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TwitterAccount this[
string ID
] { get; set; }
Public Property Item (
ID As String
) As TwitterAccount
Get
Set
public:
virtual property TwitterAccount^ Item[String^ ID] {
TwitterAccount^ get (String^ ID) sealed;
void set (String^ ID, TwitterAccount^ value) sealed;
}
function get_Item(ID);
function set_Item(value);
Parameters
- ID
- Type: SystemString
The ID of the TwitterAccount
Property Value
Type:
TwitterAccountThe TwitterAccount you wish to place in the collection.
Return Value
Type:
TwitterAccountThe TwitterAccount you wish to retrieve from the collection.
Remarks See Also