Construct the instance

Namespace: T.Modules.Security
Assembly: T.Modules (in T.Modules.dll)

Public Sub New( _ 
ByVal parent As RunObj, _ 
ByVal id As Integer, _ 
ByVal isWindowUser As Boolean
)
This language is not supported or no code example is available.
public SecurityUser( 
RunObj parent
int id
bool isWindowUser 
)
This language is not supported or no code example is available.

Parameters

parent
Type: RunObj

Reference to parent

id
Type: int

ID of the runtime object of this instance

isWindowUser
Type: bool

.NET Framework

Supported in: 4.6.2, 4.7