CommandViewModel.ImportModuleMessage 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.
Gets the message to be displayed when the cmdlet belongs to a module that is not imported
public:
property System::String ^ ImportModuleMessage { System::String ^ get(); };
public:
property Platform::String ^ ImportModuleMessage { Platform::String ^ get(); };
public string ImportModuleMessage { get; }
member this.ImportModuleMessage : string
Public ReadOnly Property ImportModuleMessage As String