|
RadiusClientServerName Property
|
Gets or sets the name or address of the RADIUS server.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public string ServerName { get; set; }
Public Property ServerName As String
Get
Set
member ServerName : string with get, set
function get_ServerName();
function set_ServerName(value);
View SourceProperty Value
StringReturn Value
StringName or address of RADIUS server.
See Also