|
MultiProtocolFrameParserSourceName Property
|
Gets or sets a descriptive name for a device connection.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic string SourceName { get; set; }
Public Property SourceName As String
Get
Set
public:
property String^ SourceName {
String^ get ();
void set (String^ value);
}
member SourceName : string with get, set
function get_SourceName();
function set_SourceName(value);
View SourceProperty Value
String
See Also