| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Datasources As IList(Of String)  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As TemplateMetrics Dim value As IList(Of String) value = instance.Datasources  | |
| C# | |
|---|---|
public IList<string> Datasources {get;}  | |
| Managed Extensions for C++ | |
|---|---|
public: __property IList<string*>* get_Datasources();  | |
| C++/CLI | |
|---|---|
public: property IList<String^>^ Datasources { IList<String^>^ get(); }  | |
Requirements
Platforms: Windows 10, Windows NT, Windows Server