|
DataFrameLegacyLabels Property
|
Gets the legacy labels parsed from the
DataFrame, if any.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public string[] LegacyLabels { get; }
Public ReadOnly Property LegacyLabels As String()
Get
public:
property array<String^>^ LegacyLabels {
array<String^>^ get ();
}
member LegacyLabels : string[] with get
function get_LegacyLabels();
View SourceProperty Value
StringSee Also