ModuleSecurity.NewRuntimeUser (String) Method

New runtime user
<ID("NewRuntimeUser", (int)e.NewRuntimeUser)> _ 
Public Function NewRuntimeUser( _ 
ByVal name As String
) As Task(Of String)
This language is not supported or no code example is available.
[ID("NewRuntimeUser", (int)e.NewRuntimeUser)] 
public Task<string> NewRuntimeUser( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

User name

Return Value

Task<string>

String containg the error message (if error) or empty string (if not error)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition