| 
            
              SecureFormGetResourceName Method
             | 
          
        
        
            Gets the name of resource being accessed.
            
        
        Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.258-beta
Syntaxprotected virtual string GetResourceName()
Protected Overridable Function GetResourceName As String
protected:
virtual String^ GetResourceName()
abstract GetResourceName : unit -> string 
override GetResourceName : unit -> string 
function GetResourceName();
 View SourceReturn Value
StringName of the resource being accessed.
See Also