Gets a list with the parent resources.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Resource[] Parents { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Parents As Resource() |
An array with the parent resources.
RemarksThis array contains a single resource, which is the parent whose secondary resources are being customized.
See Also