DisplayEntry(String, DisplayEntryValueType) Constructor

Definition

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

Applies to