|
DigitalChannelName Property
|
Gets or sets name of this
DigitalChannel formatted as station_name:channel_name.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
member Name : string with get, set
function get_Name();
function set_Name(value);
View SourceProperty Value
StringExceptions Exception | Condition |
---|
FormatException | Name must be formatted as station_name:channel_name. |
See Also