ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessDeniedException Class / ArtPage Property




In This Topic
    ArtPage Property (ImGearARTAccessDeniedException)
    In This Topic
    Gets a parent Art Page.
    Syntax
    'Declaration
     
    Public ReadOnly Property ArtPage As ImGearARTPage
    'Usage
     
    Dim instance As ImGearARTAccessDeniedException
    Dim value As ImGearARTPage
     
    value = instance.ArtPage
    public ImGearARTPage ArtPage {get;}
    public: __property ImGearARTPage* get_ArtPage();
    public:
    property ImGearARTPage^ ArtPage {
       ImGearARTPage^ get();
    }

    Property Value

    ImGearARTPage class instance.
    See Also