|
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.257-beta
Syntax[DefaultValueAttribute("F-NET Unit")]
public string StationName { get; set; }<DefaultValueAttribute("F-NET Unit")>
Public Property StationName As String
Get
Setpublic:
[DefaultValueAttribute(L"F-NET Unit")]
property String^ StationName {
String^ get ();
void set (String^ value);
}[<DefaultValueAttribute("F-NET Unit")>]
member StationName : string with get, setfunction get_StationName();
function set_StationName(value);
View SourceProperty Value
String
See Also