ModuleSecurity.UpdateRuntimeUserAsync (String, TRef<int>) Method
        
		
       
       
        Update runtime user
		
	
	
	
				
			
	
			
				
				
				
					<ID("UpdateRuntimeUserAsync", (int)e.UpdateRuntimeUserAsync)> _ 
Public Function UpdateRuntimeUserAsync( _ 
   ByVal name As String, _ 
   ByVal errorCode As TRef<int> _ 
) As Task(Of String)			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					[ID("UpdateRuntimeUserAsync", (int)e.UpdateRuntimeUserAsync)] 
public Task<string> UpdateRuntimeUserAsync( 
   string name, 
   TRef<int> errorCode 
)			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
	 
	Parameters
	- 
		
			name
		
	
 
	- 
		string 
	
 
	User name 
	- 
		
			errorCode
		
	
 
	- 
		TRef<int> 
	
 
	Error code [output] 
	
		Return Value
	Task<
string> 
		
		String containg the error message (if error) or empty string (if not error) 
	
	
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.8