Port Property (OracleDependency)
Gets or sets the port number that the notification listener listens on.
public static int Port {get; set;}
'Declaration
Public Shared Property Port As Integer
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.