ImageGear .NET
Page Property (ImGearARTAccessController)




Gets or sets the page associated with the controller.
Syntax
'Declaration
 
Public Property Page As ImGearARTPage
'Usage
 
Dim instance As ImGearARTAccessController
Dim value As ImGearARTPage
 
instance.Page = value
 
value = instance.Page
public ImGearARTPage Page {get; set;}
public: __property ImGearARTPage* get_Page();
public: __property void set_Page( 
   ImGearARTPage* value
);
public:
property ImGearARTPage^ Page {
   ImGearARTPage^ get();
   void set (    ImGearARTPage^ value);
}

Property Value

ImGearARTPage class instance.
See Also

Reference

ImGearARTAccessController Class
ImGearARTAccessController Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback