Share via


PSActivityEnvironment.Modules Property

Definition

Collection of modules that an activity is dependent upon

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Modules { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Modules { get; }
member this.Modules : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Modules As Collection(Of String)

Property Value

Applies to