Share via


GetControlPanelItemCommand.CanonicalName Property

The canonical names of control panel items.

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

Usage

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

value = instance.CanonicalName

instance.CanonicalName = value

Syntax

'Declaration
<ParameterAttribute(Mandatory:=True, ParameterSetName:="CanonicalName")> _
<AllowNullAttribute> _
Public Property CanonicalName As String()
[ParameterAttribute(Mandatory=true, ParameterSetName="CanonicalName")] 
[AllowNullAttribute] 
public string[] CanonicalName { get; set; }
[ParameterAttribute(Mandatory=true, ParameterSetName=L"CanonicalName")] 
[AllowNullAttribute] 
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

GetControlPanelItemCommand Class
GetControlPanelItemCommand Members
Microsoft.PowerShell.Commands Namespace