ArcFM Engine Developer Guide
EmailElement Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute(IsRequired=False, 
   IsKey=False, 
   Name="EmailElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False)>
Public Property EmailElement As EmailElement
'Usage
 
Dim instance As ServerReplicaElement
Dim value As EmailElement
 
instance.EmailElement = value
 
value = instance.EmailElement
[ConfigurationProperty(IsRequired=false, 
   IsKey=false, 
   Name="EmailElement", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false)]
public EmailElement EmailElement {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ServerReplicaElement Class
ServerReplicaElement Members

 

 


Send Comment