| 
            
              EmbeddedResourceVirtualFileResourcePath Property
             | 
          
        
        
            Gets the path to the embedded resource in the containing assembly.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic string ResourcePath { get; }Public ReadOnly Property ResourcePath As String
	Get
public:
property String^ ResourcePath {
	String^ get ();
}member ResourcePath : string with get
function get_ResourcePath();
 View SourceProperty Value
String
            A 
String that indicates an embedded resource
            in the 
ContainingAssembly
            that represents the file for this instance.
            
See Also