Share via


IsArgumentSet Class

Definition

Determines whether an argument to a PSActivity activity has been set.

public ref class IsArgumentSet : System::Activities::CodeActivity<bool>
public class IsArgumentSet : System.Activities.CodeActivity<bool>
type IsArgumentSet = class
    inherit CodeActivity<bool>
Public Class IsArgumentSet
Inherits CodeActivity(Of Boolean)
Inheritance
IsArgumentSet

Constructors

IsArgumentSet()

Properties

Argument

The argument to investigate.

Methods

Execute(CodeActivityContext)

Invokes the activity

Applies to