UserContainerItem Property Ipswitch.Messaging.Framework
Index that returns a user specified by userId from the user container

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public User this[
	string userId
] { get; }

Parameters

userId
Type: SystemString
Username of the user to retrieve.

Return Value

Type: User
A User object for the specified user.
See Also

Reference