In This Topic
            
            Gets a 
TagSys in the current collection by its 
NamedCollectionItem.Name.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal  As String _
) As TagSys
             
        
            
            public TagSys Item( 
   string 
) {get;}
             
        
             
        
            Parameters
- tagName
 
- The name of the TagSys.
 
            
            Property Value
The 
TagSys with the specified name.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also