|
RadiusClientServerPort Property
|
Gets or sets the port number of the RADIUS server.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public int ServerPort { get; set; }
Public Property ServerPort As Integer
Get
Set
public:
property int ServerPort {
int get ();
void set (int value);
}
member ServerPort : int with get, set
function get_ServerPort();
function set_ServerPort(value);
View SourceProperty Value
Int32Return Value
Int32Port number of the RADIUS server.
See Also