WorkflowInfo.WorkflowsCalled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)