| 
            
              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.258-beta
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);
 View SourceProperty Value
String
See Also