| 
            
              EmbeddedResourceFileAttributeResourceNamespace Property
             | 
          
        
        
            Gets the namespace for the embedded resource.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic string ResourceNamespace { get; }Public ReadOnly Property ResourceNamespace As String
	Get
public:
property String^ ResourceNamespace {
	String^ get ();
}member ResourceNamespace : string with get
function get_ResourceNamespace();
 View SourceProperty Value
String
            A 
String with the embedded resource namespace.
            
Remarks
            This namespace will be removed from the full ResourcePath
            to create the virtual application path for the resource.
            
See Also