|   | FrameParserDeviceLabel Property | 
        
        
            Gets or sets device section label, as defined in associated INI file.
            
        
        Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string DeviceLabel { get; set; }Public Property DeviceLabel As String
	Get
	Set
public:
property String^ DeviceLabel {
	String^ get ();
	void set (String^ value);
}member DeviceLabel : string with get, set
function get_DeviceLabel();
function set_DeviceLabel(value);
Property Value
String See Also
See Also