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; }
Public ReadOnly Property AssociatedUsersAndGroups As IEnumerable(Of UserBase)
Get
public:
property IEnumerable<UserBase^>^ AssociatedUsersAndGroups {
IEnumerable<UserBase^>^ get ();
}
member AssociatedUsersAndGroups : IEnumerable<UserBase> with get
Property Value
Type:
IEnumerableUserBaseSee Also