| 
            
              EmbeddedResourceVirtualFileContainingAssembly Property
             | 
          
        
        
            Gets a reference to the assembly containing the virtual file.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic Assembly ContainingAssembly { get; }Public ReadOnly Property ContainingAssembly As Assembly
	Get
public:
property Assembly^ ContainingAssembly {
	Assembly^ get ();
}member ContainingAssembly : Assembly with get
function get_ContainingAssembly();
 View SourceProperty Value
Assembly
            A 
Assembly that contains the embedded
            resource with the file contents.
            
See Also