PSWorkflowConfigurationProvider.OutOfProcessActivity 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.
OutOfProcActivity
public:
virtual property System::Collections::Generic::IEnumerable<System::String ^> ^ OutOfProcessActivity { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<string> OutOfProcessActivity { get; }
member this.OutOfProcessActivity : seq<string>
Public Overridable ReadOnly Property OutOfProcessActivity As IEnumerable(Of String)