ArcFM Responder Mobile Developer Guide
ActivePage Property (MMPageSiteClass)






Syntax
'Declaration
 
Public Overridable Property ActivePage As System.Short
'Usage
 
Dim instance As MMPageSiteClass
Dim value As System.Short
 
instance.ActivePage = value
 
value = instance.ActivePage
public virtual System.short ActivePage {get; set;}
public read-write property ActivePage: System.Int16; virtual; 
public function get,set ActivePage : System.short
public: __property virtual System.short get_ActivePage();
public: __property virtual void set_ActivePage( 
   System.short value
);
public:
virtual property System.short ActivePage {
   System.short get();
   void set (    System.short value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMPageSiteClass Class
MMPageSiteClass Members

Send Feedback