UserListItem Property
Returns the user specified if it exists.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public User this[
string UserName
] { get; }
Public ReadOnly Default Property Item (
UserName As String
) As User
Get
- UserName String
- The user to look for
UserThe specified user, or Nothing