|
ConnectionParametersStationName Property
|
Gets or sets the station name for the F-NET device.
Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute("F-NET Unit")]
public string StationName { get; set; }
<DefaultValueAttribute("F-NET Unit")>
Public Property StationName As String
Get
Set
public:
[DefaultValueAttribute(L"F-NET Unit")]
property String^ StationName {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("F-NET Unit")>]
member StationName : string with get, set
function get_StationName();
function set_StationName(value);
View SourceProperty Value
String
See Also