PSActivity.DefiningModule 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.
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