DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
List<string> TwitterAccounts { get; set; }
Visual Basic
Property TwitterAccounts As List(Of String)
	Get
	Set
Visual C++
property List<String^>^ TwitterAccounts {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

Property Value

Type: List<(Of <(<'String>)>)>

See Also