ArcFM Responder Mobile Developer Guide
ScheduledReplicaElement Property (ProcessFrameworkElement)






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="ScheduledReplicaElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
Public Property ScheduledReplicaElement As ScheduledReplicaElement
'Usage
 
Dim instance As ProcessFrameworkElement
Dim value As ScheduledReplicaElement
 
instance.ScheduledReplicaElement = value
 
value = instance.ScheduledReplicaElement
[System.Configuration.ConfigurationProperty(Name="ScheduledReplicaElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public ScheduledReplicaElement ScheduledReplicaElement {get; set;}
public read-write property ScheduledReplicaElement: ScheduledReplicaElement; 
System.Configuration.ConfigurationPropertyAttribute(Name="ScheduledReplicaElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ScheduledReplicaElement : ScheduledReplicaElement
[System.Configuration.ConfigurationProperty(Name="ScheduledReplicaElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public: __property ScheduledReplicaElement* get_ScheduledReplicaElement();
public: __property void set_ScheduledReplicaElement( 
   ScheduledReplicaElement* value
);
[System.Configuration.ConfigurationProperty(Name="ScheduledReplicaElement", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public:
property ScheduledReplicaElement^ ScheduledReplicaElement {
   ScheduledReplicaElement^ get();
   void set (    ScheduledReplicaElement^ 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

ProcessFrameworkElement Class
ProcessFrameworkElement Members

Send Feedback