DashboardAlertTwitterAccounts Property |
|
DataPA OpenAnalytics 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 public List<string> TwitterAccounts { get; set; }
Public Property TwitterAccounts As List(Of String)
Get
Set
public:
virtual property List<String^>^ TwitterAccounts {
List<String^>^ get () sealed;
void set (List<String^>^ value) sealed;
}
function get_TwitterAccounts();
function set_TwitterAccounts(value);
Property Value
Type:
ListStringA list of twitter account ID's to tweet to
Return Value
Type:
ListStringA list of twitter account ID's to tweet to
Remarks See Also