DataPA Enterprise Dashboard Controls API Reference
Gets and sets a list of twitter account ID's to tweet to
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public List<string> TwitterAccounts { get; set; } |
Visual Basic |
---|
Public Property TwitterAccounts As List(Of String)
Get
Set |
Visual C++ |
---|
public:
virtual property List<String^>^ TwitterAccounts {
List<String^>^ get () sealed;
void set (List<String^>^ value) sealed;
} |
Property Value
Type:
List<(Of <(<'String>)>)>A list of twitter account ID's to tweet to
Return Value
Type:
List<(Of <(<'String>)>)>A list of twitter account ID's to tweet to
Implements
DashboardAlert..::.._DashboardAlert..::..TwitterAccountsRemarks
See Also