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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family