ModuleSecurity.GetUsers Method

Get users
<ID("GetUsers", (int)e.GetUsers)> _ 
Public Function GetUsers() As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("GetUsers", (int)e.GetUsers)] 
public Task<DataTable> GetUsers()
This language is not supported or no code example is available.

Return Value

Task<DataTable>

Table containg list of users

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition