BPM.Server.Config Namespace > ApplicationDataSection Class : POP3Setting Property |
'Declaration
<ConfigurationPropertyAttribute(Name="pop3", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)> Public Property POP3Setting As POP3Setting
'Usage
Dim instance As ApplicationDataSection Dim value As POP3Setting instance.POP3Setting = value value = instance.POP3Setting
[ConfigurationProperty(Name="pop3", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public POP3Setting POP3Setting {get; set;}
[ConfigurationProperty(Name="pop3", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public: property POP3Setting^ POP3Setting { POP3Setting^ get(); void set ( POP3Setting^ value); }
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