Click or drag to resize

CustomerAssociatedUsersAndGroups Property

A read-only list of all users and/or user groups that are associated with this customer. Only associated users may access product and process information associated with this customer.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public IEnumerable<UserBase> AssociatedUsersAndGroups { get; }

Property Value

Type: IEnumerableUserBase
See Also