LineChildResources Property |
A list of objects derived from
ResourceBase representing the
immediate children of this area.
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<ResourceBase> ChildResources { get; }
Public ReadOnly Property ChildResources As List(Of ResourceBase)
Get
public:
property List<ResourceBase^>^ ChildResources {
List<ResourceBase^>^ get ();
}
member ChildResources : List<ResourceBase> with get
Property Value
Type:
ListResourceBaseSee Also