DelegateArgumentValue<T>.DelegateArgument Property

Definition

Gets or sets the DelegateArgument represented by the DelegateArgumentValue<T>.

public:
 property System::Activities::DelegateArgument ^ DelegateArgument { System::Activities::DelegateArgument ^ get(); void set(System::Activities::DelegateArgument ^ value); };
public System.Activities.DelegateArgument DelegateArgument { get; set; }
member this.DelegateArgument : System.Activities.DelegateArgument with get, set
Public Property DelegateArgument As DelegateArgument

Property Value

The DelegateArgument represented by the DelegateArgumentValue<T>.

Applies to