PSActivity.DefiningModule Property

Definition

If an activity needs to load a module before it can execute, override this member to return the name of that module.

protected:
 property System::String ^ DefiningModule { System::String ^ get(); };
protected:
 property Platform::String ^ DefiningModule { Platform::String ^ get(); };
protected string DefiningModule { get; }
member this.DefiningModule : string
Protected ReadOnly Property DefiningModule As String

Property Value

Applies to