CmdletProvider.WriteWarning(String) Method
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.
public:
void WriteWarning(System::String ^ text);
public:
void WriteWarning(Platform::String ^ text);
void WriteWarning(std::wstring const & text);
public void WriteWarning (string text);
member this.WriteWarning : string -> unit
Public Sub WriteWarning (text As String)
Parameters
- text
- String