NamespaceImports Property (JobGroup)
 
            
                In This Topic
            
            
            A semicolon-delimited list of any additional namespaces to be included when compiling 
            variable functions used in jobs within this group.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property NamespaceImports As String
             
        
            
            public string NamespaceImports {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also