DisplayEntry(String, DisplayEntryValueType) Constructor
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 constructor for DisplayEntry
public:
DisplayEntry(System::String ^ value, System::Management::Automation::DisplayEntryValueType type);
public DisplayEntry (string value, System.Management.Automation.DisplayEntryValueType type);
new System.Management.Automation.DisplayEntry : string * System.Management.Automation.DisplayEntryValueType -> System.Management.Automation.DisplayEntry
Public Sub New (value As String, type As DisplayEntryValueType)
Parameters
- value
- String