FieldDescription(String) Constructor

Definition

Initializes a new instance of FieldDescription and defines the Name value.

public:
 FieldDescription(System::String ^ name);
public:
 FieldDescription(Platform::String ^ name);
 FieldDescription(std::wstring const & name);
public FieldDescription (string name);
new System.Management.Automation.Host.FieldDescription : string -> System.Management.Automation.Host.FieldDescription
Public Sub New (name As String)

Parameters

name
String

The name to identify this field description

Exceptions

name is null or empty.

Applies to