Click or drag to resize

OpsCheckHeaderTeamMembers Property

Returns a collection of TeamMember entries for the team associate with the check. Returns null if no team member active

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public override TeamMember[] TeamMembers { get; }

Property Value

Type: TeamMember
See Also