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