DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public TwitterAccount this[
int Index
] { get; set; } |
| Visual Basic |
|---|
Public Property Item (
Index As Integer
) As TwitterAccount
Get
Set |
| Visual C++ |
|---|
public:
virtual property TwitterAccount^ Item[int Index] {
TwitterAccount^ get (int Index) sealed;
void set (int Index, TwitterAccount^ value) sealed;
} |
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