ImageGear .NET v24.12 - Updated
Provider Property (MarkupArtDocumentDataConnection)




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupArtDocumentDataConnection Class : Provider Property
Private variable to store the provider
Syntax
'Declaration
 
Protected Property Provider As MarkupImageDataProvider
'Usage
 
Dim instance As MarkupArtDocumentDataConnection
Dim value As MarkupImageDataProvider
 
instance.Provider = value
 
value = instance.Provider
protected MarkupImageDataProvider Provider {get; set;}
protected: __property MarkupImageDataProvider* get_Provider();
protected: __property void set_Provider( 
   MarkupImageDataProvider* value
);
protected:
property MarkupImageDataProvider^ Provider {
   MarkupImageDataProvider^ get();
   void set (    MarkupImageDataProvider^ value);
}
See Also

Reference

MarkupArtDocumentDataConnection Class
MarkupArtDocumentDataConnection Members