PSActivity.PSDefiningModule 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.
Returns the module defining the command called by this activity. It may be null.
protected:
virtual property System::String ^ PSDefiningModule { System::String ^ get(); };
protected:
virtual property Platform::String ^ PSDefiningModule { Platform::String ^ get(); };
protected virtual string PSDefiningModule { get; }
member this.PSDefiningModule : string
Protected Overridable ReadOnly Property PSDefiningModule As String