ShowControlPanelItemCommand.CanonicalName Property

The canonical names of the control panel items.

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.CanonicalName

instance.CanonicalName = value

Syntax

'Declaration
<AllowNullAttribute> _
<ParameterAttribute(Mandatory:=True, ParameterSetName:="CanonicalName")> _
Public Property CanonicalName As String()
[AllowNullAttribute] 
[ParameterAttribute(Mandatory=true, ParameterSetName="CanonicalName")] 
public string[] CanonicalName { get; set; }
[AllowNullAttribute] 
[ParameterAttribute(Mandatory=true, ParameterSetName=L"CanonicalName")] 
public:
property array<String^>^ CanonicalName {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_CanonicalName ()

/** @property */
public void set_CanonicalName (String[] value)
public function get CanonicalName () : String[]

public function set CanonicalName (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