VerboseRecord Constructors
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.
Overloads
VerboseRecord(PSObject) | |
VerboseRecord(String) |
VerboseRecord(PSObject)
public:
VerboseRecord(System::Management::Automation::PSObject ^ record);
public VerboseRecord (System.Management.Automation.PSObject record);
new System.Management.Automation.VerboseRecord : System.Management.Automation.PSObject -> System.Management.Automation.VerboseRecord
Public Sub New (record As PSObject)
Parameters
- record
- PSObject
Applies to
VerboseRecord(String)
public:
VerboseRecord(System::String ^ message);
public:
VerboseRecord(Platform::String ^ message);
VerboseRecord(std::wstring const & message);
public VerboseRecord (string message);
new System.Management.Automation.VerboseRecord : string -> System.Management.Automation.VerboseRecord
Public Sub New (message As String)
Parameters
- message
- String