Click or drag to resize

Assignee Constructor (Int32, String, String)

Use this constructor if the assignee is a user (and not a group).

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Assignee(
	int userId,
	string userName,
	string displayName
)

Parameters

userId
Type: SystemInt32
userName
Type: SystemString
displayName
Type: SystemString
See Also