| 
            
              AnalogChannelName Property
             | 
          
        
        
            Gets or sets name of this 
AnalogChannel formatted as station_name:channel_name.
            
 
        
        Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.257-beta
Syntaxpublic 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
String
Exceptions| Exception | Condition | 
|---|
| FormatException | Name must be formatted as station_name:channel_name. | 
See Also