|   | ConfigurationFrameName Property | 
        
        
            Gets or sets name of this configuration frame as assigned or useful in an end-use context.
            
        
        Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual string Name { get; set; }Public Overridable Property Name As String
	Get
	Set
public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}abstract Name : string with get, set
override Name : string with get, set
function get_Name();
function set_Name(value);
Property Value
String See Also
See Also