WorkflowInfo.WorkflowsCalled Property

Definition

Gets the XAML for workflows called by this workflow.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::WorkflowInfo ^> ^ WorkflowsCalled { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::WorkflowInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.WorkflowInfo> WorkflowsCalled { get; }
member this.WorkflowsCalled : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.WorkflowInfo>
Public ReadOnly Property WorkflowsCalled As ReadOnlyCollection(Of WorkflowInfo)

Property Value

Applies to