ArcFM Responder Mobile Developer Guide
ActivePriority Property






The priority of the presenter. This determines the order that the views are added to the region.
Syntax
'Declaration
 
Property ActivePriority As System.Integer
'Usage
 
Dim instance As IPriorityViewService
Dim value As System.Integer
 
instance.ActivePriority = value
 
value = instance.ActivePriority
System.int ActivePriority {get; set;}
read-write property ActivePriority: System.Integer; 
function get,set ActivePriority : System.int
__property System.int get_ActivePriority();
__property void set_ActivePriority( 
   System.int value
);
property System.int ActivePriority {
   System.int get();
   void set (    System.int 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

IPriorityViewService Interface
IPriorityViewService Members

Send Feedback