In This Topic
            
            Gets or sets the collection name, where collection name is the qualifier of the package name (collection.rootPkgName), to be used by pureQuery when executionMode is set to static.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property Collection As String
             
        
            
            public new string Collection {get; set;}
             
        
             
        
            
            
            Property Value
The collection name, which is the qualifier of the package name (collection.rootPkgName).
 
            
            
            
            
            
            
            
            
            
            
            
            See Also