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




Glossary Item Box

The name of the datasource for the select.

Syntax

Visual Basic (Declaration) 
Public Property Datasource As String
Visual Basic (Usage)Copy Code
Dim instance As TemplateVariable
Dim value As String
 
instance.Datasource = value
 
value = instance.Datasource
C# 
public string Datasource {get; set;}
Managed Extensions for C++ 
public: __property string* get_Datasource();
public: __property void set_Datasource( 
   string* value
);
C++/CLI 
public:
property String^ Datasource {
   String^ get();
   void set (    String^ value);
}

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.