| 
            
              EmbeddedResourceFileAttributeResourcePath Property
             | 
          
        
        
            Gets the path to the embedded resource.
            
        
        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 with the full path to an embedded resource in
            the associated assembly.
            
Remarks
            This path will be used to retrieve the resource from the assembly and serve
            it up.
            
See Also