ActivityResources Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ActivityResource> Resources { get; }
Public ReadOnly Property Resources As ChildCollection(Of ActivityResource)
Get
public:
property ChildCollection<ActivityResource^>^ Resources {
ChildCollection<ActivityResource^>^ get ();
}
member Resources : ChildCollection<ActivityResource> with get
Property Value
Type:
ChildCollectionActivityResource
See Also