Port Property (OracleDependency)
Gets or sets the port number that the notification listener listens on.
'Declaration
Public Shared Property Port As Integer
public static int Port {get; set;}
Property Value
The port number to listen on. If the port number is set to 0, a random port number is assigned for the listener when the listener is started.