ProtocolConnectionSettings.Port property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Port As Integer
Get
'Usage
Dim instance As ProtocolConnectionSettings
Dim value As Integer
value = instance.Port
public int Port { get; }
Property value
Type: System.Int32
See also
Reference
ProtocolConnectionSettings class