GetCimClass Class

Definition

Activity to invoke the CimCmdlets\Get-CimClass command in a Workflow.

public sealed class GetCimClass : Microsoft.PowerShell.Activities.GenericCimCmdletActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.GenericCimCmdletActivity

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSGeneratedCIMActivity

Constructors

GetCimClass()

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

Properties

ClassName

Provides access to the ClassName parameter.

MethodName

Provides access to the MethodName parameter.

Namespace

Provides access to the Namespace parameter.

OperationTimeoutSec

Provides access to the OperationTimeoutSec parameter.

PropertyName

Provides access to the PropertyName parameter.

PSCommandName

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

QualifierName

Provides access to the QualifierName parameter.

TypeImplementingCmdlet

The .NET type implementing the cmdlet to invoke.