ShowControlPanelItemCommand.Name Property

The control panel item names.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As ShowControlPanelItemCommand
Dim value As String()

value = instance.Name

instance.Name = value

Syntax

'Declaration
<ValidateNotNullOrEmptyAttribute> _
<ParameterAttribute(Position:=0, Mandatory:=True, ParameterSetName:="RegularName", ValueFromPipeline:=True, ValueFromPipelineByPropertyName:=True)> _
Public Property Name As String()
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute(Position=0, Mandatory=true, ParameterSetName="RegularName", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)] 
public string[] Name { get; set; }
[ValidateNotNullOrEmptyAttribute] 
[ParameterAttribute(Position=0, Mandatory=true, ParameterSetName=L"RegularName", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)] 
public:
property array<String^>^ Name {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_Name ()

/** @property */
public void set_Name (String[] value)
public function get Name () : String[]

public function set Name (value : String[])

Property Value

Returns String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ShowControlPanelItemCommand Class
ShowControlPanelItemCommand Members
Microsoft.PowerShell.Commands Namespace