FieldDescription(String) 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.
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.