Windward Studios API Reference
Properties Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > IDataSourceProviderMetaData Interface : Properties Property




Glossary Item Box

All of the properties for this datasource connection. Includes the password unencrypted.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Properties As Dictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceProviderMetaData
Dim value As Dictionary(Of String,String)
 
value = instance.Properties
C# 
Dictionary<string,string> Properties {get;}
Managed Extensions for C++ 
__property Dictionary<string*,string*>* get_Properties();
C++/CLI 
property Dictionary<String^,String^>^ Properties {
   Dictionary<String^,String^>^ get();
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software