Summary
	 
    What type of lock to apply to files checked out.
    
      - 
        LockType
      
- 
        unchanged
        default: do not make any changes to the lock state of items.
      
- 
        exclusive
        Exclusively lock items. No other users can update the object while it is exclusively locked.
      
- 
        nonexclusive
        Put a non-exclusive lock on the item.
      
- 
        unlocked
        Remove locks from all items checked out. This accompanied by force would effectively override a lock and replace local contents with the current version.
      
Syntax
	[TaskAttribute("locktype")]
public virtual string locktype { set; }
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| TaskAttribute |  | 
			
		 
	 	
	Value