ImageGear .NET v24.12 - Updated
ProviderSettings Property




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupImageDataProvider Class : ProviderSettings Property
The NameValueCollection containing Provider settings as specified in Web.config.
Syntax
'Declaration
 
Public ReadOnly Property ProviderSettings As NameValueCollection
'Usage
 
Dim instance As MarkupImageDataProvider
Dim value As NameValueCollection
 
value = instance.ProviderSettings
public NameValueCollection ProviderSettings {get;}
public: __property NameValueCollection* get_ProviderSettings();
public:
property NameValueCollection^ ProviderSettings {
   NameValueCollection^ get();
}
See Also

Reference

MarkupImageDataProvider Class
MarkupImageDataProvider Members