DynamicOption.Category Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Packaging
Assembly: Microsoft.OneGet (in Microsoft.OneGet.dll)

Usage

'Usage
Dim instance As DynamicOption
Dim value As OptionCategory

value = instance.Category

Syntax

'Declaration
Public Property Category As OptionCategory
public OptionCategory Category { get; }
public:
property OptionCategory Category {
    OptionCategory get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public OptionCategory get_Category ()
CompilerGeneratedAttribute 
public function get Category () : OptionCategory

Property Value

Returns OptionCategory.

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

DynamicOption Class
DynamicOption Members
Microsoft.OneGet.Packaging Namespace