ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupImageDataProvider Class / ProviderSettings Property




In This Topic
    ProviderSettings Property
    In This Topic
    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