Windward Engine API Reference
Datasources Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > TemplateMetrics Class : Datasources Property




Glossary Item Box

All datasources that must be processed for this template.

Syntax

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

See Also

© 2019 All Rights Reserved.