ArcFM Responder Mobile Developer Guide
EmailElement Property






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

ServerReplicaElement Class
ServerReplicaElement Members

Send Feedback