SortObject Class

Definition

Activity to invoke the Microsoft.PowerShell.Utility\Sort-Object command in a Workflow.

public sealed class SortObject : Microsoft.PowerShell.Activities.PSActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Constructors

SortObject()

Gets the display name of the command invoked by this activity.

Properties

CaseSensitive

Provides access to the CaseSensitive parameter.

Culture

Provides access to the Culture parameter.

Descending

Provides access to the Descending parameter.

InputObject

Provides access to the InputObject parameter.

Property

Provides access to the Property parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

Unique

Provides access to the Unique parameter.