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




In This Topic
    ProviderName Property
    In This Topic
    The Provider Name as specified in Web.config.
    Syntax
    'Declaration
     
    Public ReadOnly Property ProviderName As String
    'Usage
     
    Dim instance As MarkupImageDataProvider
    Dim value As String
     
    value = instance.ProviderName
    public string ProviderName {get;}
    public: __property string* get_ProviderName();
    public:
    property String^ ProviderName {
       String^ get();
    }
    See Also