BatchResponsibleUsers Property |
A list of the users or user groups that have been assigned as having primary responsibility over
this batch.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<UserBase> ResponsibleUsers { get; }
Public ReadOnly Property ResponsibleUsers As List(Of UserBase)
Get
public:
property List<UserBase^>^ ResponsibleUsers {
List<UserBase^>^ get ();
}
member ResponsibleUsers : List<UserBase> with get
Property Value
Type:
ListUserBaseSee Also