Share via


GetControlPanelItemCommand.Category Property

The category 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.Category

instance.Category = value

Syntax

'Declaration
<ParameterAttribute> _
<ValidateNotNullOrEmptyAttribute> _
Public Property Category As String()
[ParameterAttribute] 
[ValidateNotNullOrEmptyAttribute] 
public string[] Category { get; set; }
[ParameterAttribute] 
[ValidateNotNullOrEmptyAttribute] 
public:
property array<String^>^ Category {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_Category ()

/** @property */
public void set_Category (String[] value)
public function get Category () : String[]

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