JAMS 6.x Help
Id Property (EventEMailElement)


The name attribute is required and must be unique within the collection.
Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="id", 
   Options=ConfigurationPropertyOptions.IsRequired Or  _
    ConfigurationPropertyOptions.IsKey, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=True)>
Public Property Id As System.String
'Usage
 
Dim instance As EventEMailElement
Dim value As System.String
 
instance.Id = value
 
value = instance.Id
[System.Configuration.ConfigurationProperty(Name="id", 
   Options=ConfigurationPropertyOptions.IsRequired | 
    ConfigurationPropertyOptions.IsKey, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=true)]
public System.string Id {get; set;}
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

EventEMailElement Class
EventEMailElement Members

Send Feedback