TK.CopyNetObjectToTag (Object, String, Boolean) Method
        
		
       
       
        Copy .NET object to tag
		
	
	
	
				
			
	
			
				
				
				
					<HTML5Disabled(true)> _ 
Public Shared Sub CopyNetObjectToTag( _ 
   ByVal source As Object, _ 
   ByVal tagNameTarget As String, _ 
   Optional ByVal onlyPublicProperties As Boolean = true _ 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					[HTML5Disabled(true)] 
public static void CopyNetObjectToTag( 
   object source, 
   string tagNameTarget, 
   bool onlyPublicProperties = true 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
	 
	Parameters
	- 
		
			source
		
	
 
	- 
		object 
	
 
	.NET object 
	- 
		
			tagNameTarget
		
	
 
	- 
		string 
	
 
	Tag name 
	- 
		
			onlyPublicProperties
		
	
 
	- 
		bool 
	
 
	Flag indicating whether should copy only public properties or not 
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.8