ModuleSecurity.RemoveRuntimeUser Method
Remove runtime user
<ID("RemoveRuntimeUser", (int)e.RemoveRuntimeUser)> _
Public Function RemoveRuntimeUser( _
ByVal name As String _
) As Task(Of Boolean)
This language is not supported or no code example is available.
[ID("RemoveRuntimeUser", (int)e.RemoveRuntimeUser)]
public Task<bool> RemoveRuntimeUser(
string name
)
This language is not supported or no code example is available.
Parameters
-
name
-
string
User name
Return Value
Task<
bool>
Flag indicating success (true) or fail (false)
.NET Framework
Supported in: 4.6.2, 4.7